Skip to content

Commit ff52af1

Browse files
committed
legacy isDisabled type fixed
1 parent e02ca86 commit ff52af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/lib/src/tabs/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ type LegacyProps = {
8787
/**
8888
* An array of objects representing the tabs.
8989
*/
90-
tabs?: (TabLabelProps | TabIconProps)[];
90+
tabs?: (TabCommonProps & (TabLabelProps | TabIconProps))[];
9191
/**
9292
* Whether the icon should appear above or to the left of the label.
9393
*/

0 commit comments

Comments
 (0)