Run "yarn build:docs"

This commit is contained in:
Eric Liu 2022-06-02 18:30:19 -07:00
commit 360840edec
12 changed files with 38 additions and 8 deletions

View file

@ -143,6 +143,7 @@ export default class PasswordInput extends SvelteComponentTyped<
keyup: WindowEventMap["keyup"];
focus: WindowEventMap["focus"];
blur: WindowEventMap["blur"];
paste: DocumentAndElementEventHandlersEventMap["paste"];
},
{ labelText: {} }
> {}

View file

@ -128,6 +128,7 @@ export default class TextInput extends SvelteComponentTyped<
keyup: WindowEventMap["keyup"];
focus: WindowEventMap["focus"];
blur: WindowEventMap["blur"];
paste: DocumentAndElementEventHandlersEventMap["paste"];
},
{ labelText: {} }
> {}