Skip to content

Commit f4a588c

Browse files
committed
Add children type to TabController
1 parent 3155f8d commit f4a588c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/tabController/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ export interface TabControllerProps extends ThemeComponent {
5151
* Send if a SafeView is used in the context of the TabController.
5252
*/
5353
useSafeArea?: boolean;
54+
children?: React.ReactNode;
5455
}
5556

5657
const getScreenWidth = (useSafeArea: boolean) => {

0 commit comments

Comments
 (0)