We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e02ca86 commit ff52af1Copy full SHA for ff52af1
packages/lib/src/tabs/types.ts
@@ -87,7 +87,7 @@ type LegacyProps = {
87
/**
88
* An array of objects representing the tabs.
89
*/
90
- tabs?: (TabLabelProps | TabIconProps)[];
+ tabs?: (TabCommonProps & (TabLabelProps | TabIconProps))[];
91
92
* Whether the icon should appear above or to the left of the label.
93
0 commit comments