Run "yarn build:docs"

This commit is contained in:
Eric Liu 2022-04-30 08:50:09 -07:00
commit 17df9e00c9
3 changed files with 11 additions and 11 deletions

View file

@ -40,7 +40,7 @@ export interface ToolbarSearchProps
shouldFilterRows?:
| boolean
| ((
rows: import("./DataTable.svelte").DataTableRow,
row: import("./DataTable.svelte").DataTableRow,
value: number | string
) => boolean);