UNPKG

react-native-multiswitch-controller

Version:
8 lines (6 loc) 170 B
export type ControlOption<TValue> = { value: TValue; label: string; // icon?: ControlOptionIcon; }; export type ControllerVariant = 'segmentedControl' | 'tabs';