mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 11:59:34 +00:00
Build docs
This commit is contained in:
parent
efc9fd6d08
commit
a587a75ea4
3 changed files with 28 additions and 9 deletions
6
types/DataTable/ToolbarSearch.svelte.d.ts
vendored
6
types/DataTable/ToolbarSearch.svelte.d.ts
vendored
|
@ -27,6 +27,12 @@ export interface ToolbarSearchProps
|
|||
*/
|
||||
disabled?: boolean;
|
||||
|
||||
/**
|
||||
* Specify the `placeholder` attribute of the search input
|
||||
* @default "Search..."
|
||||
*/
|
||||
placeholder?: string;
|
||||
|
||||
/**
|
||||
* Set to `true` to filter table rows using the search value.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue