chore(context-menu): update types

This commit is contained in:
Eric Y Liu 2021-03-19 17:03:24 -07:00
commit 2c9c2f1690
4 changed files with 6 additions and 3 deletions

View file

@ -34,6 +34,7 @@ export default class ContextMenu extends SvelteComponentTyped<
{
click: WindowEventMap["click"];
keydown: WindowEventMap["keydown"];
open: CustomEvent<any>;
close: CustomEvent<any>;
},
{ default: {} }