mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 10:51:06 +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/SearchSkeleton.svelte.d.ts
vendored
4
types/Search/SearchSkeleton.svelte.d.ts
vendored
|
@ -6,9 +6,9 @@ type RestProps = SvelteHTMLElements["div"];
|
|||
export interface SearchSkeletonProps extends RestProps {
|
||||
/**
|
||||
* Specify the size of the search input
|
||||
* @default "xl"
|
||||
* @default "md"
|
||||
*/
|
||||
size?: "sm" | "lg" | "xl";
|
||||
size?: "sm" | "md" | "lg";
|
||||
|
||||
[key: `data-${string}`]: any;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue