Run "yarn build:docs"

This commit is contained in:
Eric Liu 2022-03-19 11:31:36 -07:00
commit f51e6eddbb
9 changed files with 91 additions and 27 deletions

View file

@ -77,5 +77,5 @@ export default class ContextMenuOption extends SvelteComponentTyped<
mouseleave: WindowEventMap["mouseleave"];
click: CustomEvent<any>;
},
{ default: {}; labelText: {}; shortcutText: {} }
{ default: {}; icon: {}; labelText: {}; shortcutText: {} }
> {}