Run "yarn build:docs"

This commit is contained in:
Eric Liu 2022-08-17 19:15:40 -07:00
commit e6910e2d42
3 changed files with 19 additions and 0 deletions

View file

@ -44,6 +44,12 @@ export interface ToolbarSearchProps
value: number | string
) => boolean);
/**
* The filtered row ids
* @default []
*/
filteredRowIds?: ReadonlyArray<import("./DataTable.svelte").DataTableRowId>;
/**
* Specify the tabindex
* @default "0"