From 11ff533029044b41989be749696360820aeb7e9c Mon Sep 17 00:00:00 2001 From: Wolfgang Rathgeb Date: Wed, 13 Mar 2024 09:31:06 +0100 Subject: [PATCH] undo changes in types and set types by jsdoc --- types/TextArea/TextArea.svelte.d.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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