cancelable event

This commit is contained in:
Naegelin 2022-08-12 10:45:45 +02:00 committed by Naegelin
commit f298ddb45f
4 changed files with 24 additions and 6 deletions

View file

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