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
* Set to `"round"` for a tab-button with rounded corners, or `"rectangular"` for a tab-button without rounded corners. Defaults to `"round"` for the `ionic` theme, undefined for all other themes.
2614
+
*/
2615
+
"shape"?: 'round' | 'rectangular';
2612
2616
/**
2613
2617
* The theme determines the visual appearance of the component.
* Set to `"round"` for a tab-button with rounded corners, or `"rectangular"` for a tab-button without rounded corners. Defaults to `"round"` for the `ionic` theme, undefined for all other themes.
7968
+
*/
7969
+
"shape"?: 'round' | 'rectangular';
7962
7970
/**
7963
7971
* The theme determines the visual appearance of the component.
0 commit comments