chore: v11 Search

This commit is contained in:
Gregor Wassmann 2023-03-28 22:23:30 +02:00 committed by Enrico Sacchetti
commit 019f9773a8
No known key found for this signature in database
GPG key ID: 3374B89ECA60D796
7 changed files with 18 additions and 18 deletions

View file

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