diff --git a/types/TextArea/TextArea.svelte.d.ts b/types/TextArea/TextArea.svelte.d.ts index 6b1fa440..9f68db62 100644 --- a/types/TextArea/TextArea.svelte.d.ts +++ b/types/TextArea/TextArea.svelte.d.ts @@ -8,7 +8,7 @@ export interface TextAreaProps extends RestProps { * Specify the textarea value * @default "" */ - value?: string; + value?: null | string; /** * Specify the placeholder text