mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 03:49:34 +00:00
cancelable event
This commit is contained in:
parent
5e630d2873
commit
0e34a0631f
4 changed files with 21 additions and 19 deletions
|
@ -12,6 +12,6 @@ export interface ToolbarBatchActionsProps
|
|||
|
||||
export default class ToolbarBatchActions extends SvelteComponentTyped<
|
||||
ToolbarBatchActionsProps,
|
||||
{},
|
||||
{ cancel: CustomEvent<null> },
|
||||
{ default: {}; cancel: {} }
|
||||
> {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue