Run "yarn build:docs"

This commit is contained in:
Eric Liu 2022-05-13 09:31:48 -07:00
commit b3144e65ce
12 changed files with 81 additions and 71 deletions

View file

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