feat(toolbar-batch-actions): dispatch cancelable on:cancel event (#1441)

Closes #1438
This commit is contained in:
naegelin 2022-08-14 21:09:40 +02:00 committed by GitHub
commit 06777ba803
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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: {} }
> {}