mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 03:49:34 +00:00
parent
be5fbbd832
commit
68d3d0f963
4 changed files with 15 additions and 6 deletions
2
types/DataTable/ToolbarBatchActions.d.ts
vendored
2
types/DataTable/ToolbarBatchActions.d.ts
vendored
|
@ -13,5 +13,5 @@ export interface ToolbarBatchActionsProps
|
|||
export default class ToolbarBatchActions extends SvelteComponentTyped<
|
||||
ToolbarBatchActionsProps,
|
||||
{},
|
||||
{ default: {} }
|
||||
{ default: {}; cancel: {} }
|
||||
> {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue