diff --git a/types/TextArea/TextArea.svelte.d.ts b/types/TextArea/TextArea.svelte.d.ts index 9f68db62..886f1df3 100644 --- a/types/TextArea/TextArea.svelte.d.ts +++ b/types/TextArea/TextArea.svelte.d.ts @@ -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