UNPKG

react-native-multiswitch-controller

Version:
6 lines 175 B
export type ControlOption<TValue> = { value: TValue; label: string; }; export type ControllerVariant = 'segmentedControl' | 'tabs'; //# sourceMappingURL=types.d.ts.map