mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 02:41:05 +00:00
chore: v11 Search
This commit is contained in:
parent
a583453436
commit
019f9773a8
7 changed files with 18 additions and 18 deletions
4
types/Search/Search.svelte.d.ts
vendored
4
types/Search/Search.svelte.d.ts
vendored
|
@ -12,9 +12,9 @@ export interface SearchProps extends RestProps {
|
|||
|
||||
/**
|
||||
* Specify the size of the search input
|
||||
* @default "xl"
|
||||
* @default "md"
|
||||
*/
|
||||
size?: "sm" | "lg" | "xl";
|
||||
size?: "sm" | "md" | "lg";
|
||||
|
||||
/**
|
||||
* Specify the class name passed to the outer div element
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue