mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 03:49:34 +00:00
chore(context-menu): update types
This commit is contained in:
parent
1101fe3bff
commit
2c9c2f1690
4 changed files with 6 additions and 3 deletions
1
types/ContextMenu/ContextMenu.d.ts
vendored
1
types/ContextMenu/ContextMenu.d.ts
vendored
|
@ -34,6 +34,7 @@ export default class ContextMenu extends SvelteComponentTyped<
|
|||
{
|
||||
click: WindowEventMap["click"];
|
||||
keydown: WindowEventMap["keydown"];
|
||||
open: CustomEvent<any>;
|
||||
close: CustomEvent<any>;
|
||||
},
|
||||
{ default: {} }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue