Skip to content

Commit f7e2c81

Browse files
committed
TabControllerProps should extend ThemeComponent
1 parent ce7048b commit f7e2c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/tabController/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ interface TabControllerStatics {
2222
PageCarousel: typeof PageCarousel;
2323
}
2424

25-
export interface TabControllerProps {
25+
export interface TabControllerProps extends ThemeComponent {
2626
/**
2727
* The list of tab bar items
2828
*/

0 commit comments

Comments
 (0)