shrink comment and run yarn build:doc

This commit is contained in:
Wolfgang Rathgeb 2024-03-20 09:53:23 +01:00
commit c1114a0e5a
No known key found for this signature in database
GPG key ID: C12454F568B9EA95
4 changed files with 5 additions and 7 deletions

View file

@ -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