UNPKG

react-native-multiswitch-controller

Version:
10 lines 316 B
import type { ControllerVariant } from './types'; export declare const variantColors: Record<ControllerVariant, { activeText: string; inactiveText: string; }>; export declare const commonColors: { containerBackground: string; activeOptionBackground: string; }; //# sourceMappingURL=constants.d.ts.map