UNPKG

react-native-paper

Version:
15 lines 411 B
import type { InternalTheme } from '../../types'; type BaseProps = { theme: InternalTheme; disabled?: boolean; value?: boolean; }; export declare const getSwitchColor: ({ theme, disabled, value, color, }: BaseProps & { color?: string | undefined; }) => { onTintColor: string; thumbTintColor: string | undefined; checkedColor: string; }; export {}; //# sourceMappingURL=utils.d.ts.map