fix(toolbar-batch-actions): cancel text should be slottable

Fixes #782
This commit is contained in:
Eric Liu 2021-09-11 12:25:28 -07:00
commit 68d3d0f963
4 changed files with 15 additions and 6 deletions

View file

@ -13,5 +13,5 @@ export interface ToolbarBatchActionsProps
export default class ToolbarBatchActions extends SvelteComponentTyped<
ToolbarBatchActionsProps,
{},
{ default: {} }
{ default: {}; cancel: {} }
> {}