mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
undo changes in types and set types by jsdoc
This commit is contained in:
parent
10a0ca70e0
commit
11ff533029
1 changed files with 4 additions and 2 deletions
6
types/TextArea/TextArea.svelte.d.ts
vendored
6
types/TextArea/TextArea.svelte.d.ts
vendored
|
@ -5,10 +5,12 @@ type RestProps = SvelteHTMLElements["textarea"];
|
|||
|
||||
export interface TextAreaProps extends RestProps {
|
||||
/**
|
||||
* Specify the textarea value
|
||||
* Specify the textarea value.
|
||||
*
|
||||
* and the value is empty.
|
||||
* @default ""
|
||||
*/
|
||||
value?: null | string;
|
||||
value?: string;
|
||||
|
||||
/**
|
||||
* Specify the placeholder text
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue