complete undo

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

View file

@ -5,7 +5,7 @@ type RestProps = SvelteHTMLElements["textarea"];
export interface TextAreaProps extends RestProps { export interface TextAreaProps extends RestProps {
/** /**
* Specify the textarea value. * Specify the textarea value
* @default "" * @default ""
*/ */
value?: string; value?: string;