Run "yarn build:docs"

This commit is contained in:
Eric Liu 2022-08-05 04:45:06 -07:00
commit ba02772498
3 changed files with 6 additions and 0 deletions

View file

@ -148,6 +148,8 @@ export default class NumberInput extends SvelteComponentTyped<
mouseover: WindowEventMap["mouseover"];
mouseenter: WindowEventMap["mouseenter"];
mouseleave: WindowEventMap["mouseleave"];
keydown: WindowEventMap["keydown"];
keyup: WindowEventMap["keyup"];
focus: WindowEventMap["focus"];
blur: WindowEventMap["blur"];
paste: DocumentAndElementEventHandlersEventMap["paste"];