mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
shrink comment and run yarn build:doc
This commit is contained in:
parent
e910461a2e
commit
c1114a0e5a
4 changed files with 5 additions and 7 deletions
4
types/TextArea/TextArea.svelte.d.ts
vendored
4
types/TextArea/TextArea.svelte.d.ts
vendored
|
@ -5,10 +5,10 @@ type RestProps = SvelteHTMLElements["textarea"];
|
|||
|
||||
export interface TextAreaProps extends RestProps {
|
||||
/**
|
||||
* Specify the textarea value
|
||||
* Specify the textarea value.
|
||||
* @default ""
|
||||
*/
|
||||
value?: string;
|
||||
value?: null | string;
|
||||
|
||||
/**
|
||||
* Specify the placeholder text
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue