Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 279 Bytes

File metadata and controls

14 lines (11 loc) · 279 Bytes

react-native-app-helpers/UnderlinedTopTabBarProps

Props to be given to underlined top tab bar components.

Usage

const example: UnderlinedTopTabBarProps<"Example Tab"> = {
  tab: "Example Tab",
  setTab(to: "Example Tab"): void {
    console.log(to);
  },
};