undo changes in types and set types by jsdoc

This commit is contained in:
Wolfgang Rathgeb 2024-03-13 09:31:06 +01:00
commit 11ff533029
No known key found for this signature in database
GPG key ID: C12454F568B9EA95

View file

@ -5,10 +5,12 @@ type RestProps = SvelteHTMLElements["textarea"];
export interface TextAreaProps extends RestProps { export interface TextAreaProps extends RestProps {
/** /**
* Specify the textarea value * Specify the textarea value.
*
* and the value is empty.
* @default "" * @default ""
*/ */
value?: null | string; value?: string;
/** /**
* Specify the placeholder text * Specify the placeholder text