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

@ -115,6 +115,7 @@ export default class Search extends SvelteComponentTyped<
blur: WindowEventMap["blur"];
keydown: WindowEventMap["keydown"];
keyup: WindowEventMap["keyup"];
paste: DocumentAndElementEventHandlersEventMap["paste"];
clear: CustomEvent<null>;
},
{ labelText: {} }