chore: v11 MultiSelect

Size `xl` changed to `lg`.
This commit is contained in:
Gregor Wassmann 2023-03-28 19:16:32 +02:00 committed by Enrico Sacchetti
commit c23782b161
No known key found for this signature in database
GPG key ID: 3374B89ECA60D796
7 changed files with 45 additions and 9 deletions

View file

@ -40,6 +40,18 @@ export interface ExpandableTileProps extends RestProps {
*/
tileExpandedIconText?: string;
/**
* Specify the icon label of the expanded tile
* @default ""
*/
tileExpandedLabel?: string;
/**
* Specify the icon label of the collapsed tile
* @default ""
*/
tileCollapsedLabel?: string;
/**
* Specify the tabindex
* @default "0"