cancelable event

This commit is contained in:
Naegelin 2022-08-12 10:45:45 +02:00
commit e5ec362b26
4 changed files with 21 additions and 19 deletions

View file

@ -12,6 +12,6 @@ export interface ToolbarBatchActionsProps
export default class ToolbarBatchActions extends SvelteComponentTyped<
ToolbarBatchActionsProps,
{},
{ cancel: CustomEvent<null> },
{ default: {}; cancel: {} }
> {}