Skip to content

Commit 0c6b107

Browse files
committed
TabControllerProps should extend ThemeComponent
(cherry picked from commit f7e2c81)
1 parent 8fe9717 commit 0c6b107

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)