You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The shape of the select. If "round" it will have an increased border radius.
3284
3284
*/
3285
3285
"shape"?: 'round';
3286
+
/**
3287
+
* Set to `"small"` for a select with less height, `"medium"` for the default select height, or `"large"` for a select with more height. Defaults to `"medium"` for the ionic theme, and undefined for all other themes.
3288
+
*/
3289
+
"size"?: 'small' | 'medium' | 'large';
3286
3290
/**
3287
3291
* The theme determines the visual appearance of the component.
* The shape of the select. If "round" it will have an increased border radius.
8708
8712
*/
8709
8713
"shape"?: 'round';
8714
+
/**
8715
+
* Set to `"small"` for a select with less height, `"medium"` for the default select height, or `"large"` for a select with more height. Defaults to `"medium"` for the ionic theme, and undefined for all other themes.
8716
+
*/
8717
+
"size"?: 'small' | 'medium' | 'large';
8710
8718
/**
8711
8719
* The theme determines the visual appearance of the component.
0 commit comments