mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
chore: fix typos in type annotations (#1275)
* chore: fix typos in type annotations * Run "yarn build:docs"
This commit is contained in:
parent
77b6e4f831
commit
30b81f9877
5 changed files with 13 additions and 13 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