Skip to content

Commit a11bd01

Browse files
committed
fix: export TabRole type
1 parent 44dacd8 commit a11bd01

File tree

1 file changed

+1
-1
lines changed
  • packages/react-native-bottom-tabs/src

1 file changed

+1
-1
lines changed

packages/react-native-bottom-tabs/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ export { BottomTabBarHeightContext } from './utils/BottomTabBarHeightContext';
1515
/**
1616
* Types
1717
*/
18-
export type { AppleIcon } from './types';
18+
export type { AppleIcon, TabRole } from './types';

0 commit comments

Comments
 (0)