mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 03:26:36 +00:00
complete undo
This commit is contained in:
parent
3649cddbea
commit
e910461a2e
1 changed files with 1 additions and 1 deletions
2
types/TextArea/TextArea.svelte.d.ts
vendored
2
types/TextArea/TextArea.svelte.d.ts
vendored
|
@ -5,7 +5,7 @@ type RestProps = SvelteHTMLElements["textarea"];
|
|||
|
||||
export interface TextAreaProps extends RestProps {
|
||||
/**
|
||||
* Specify the textarea value.
|
||||
* Specify the textarea value
|
||||
* @default ""
|
||||
*/
|
||||
value?: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue