chore: v11 Search

This commit is contained in:
Gregor Wassmann 2023-03-28 22:23:30 +02:00
commit 27da0e691c
7 changed files with 19 additions and 18 deletions

View file

@ -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;
}