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

@ -75,7 +75,7 @@ export default class ContextMenuOption extends SvelteComponentTyped<
keydown: WindowEventMap["keydown"];
mouseenter: WindowEventMap["mouseenter"];
mouseleave: WindowEventMap["mouseleave"];
click: CustomEvent<any>;
click: CustomEvent<null>;
},
{ default: {}; icon: {}; labelText: {}; shortcutText: {} }
> {}