mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 12:23:02 +00:00
Run "yarn build:docs"
This commit is contained in:
parent
92a360fbdc
commit
17df9e00c9
3 changed files with 11 additions and 11 deletions
2
types/DataTable/ToolbarSearch.svelte.d.ts
vendored
2
types/DataTable/ToolbarSearch.svelte.d.ts
vendored
|
@ -40,7 +40,7 @@ export interface ToolbarSearchProps
|
|||
shouldFilterRows?:
|
||||
| boolean
|
||||
| ((
|
||||
rows: import("./DataTable.svelte").DataTableRow,
|
||||
row: import("./DataTable.svelte").DataTableRow,
|
||||
value: number | string
|
||||
) => boolean);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue