UNPKG

react-native-paper

Version:
6 lines 221 B
import type { InternalTheme } from '../../types'; export declare const getToggleButtonColor: ({ theme, checked, }: { theme: InternalTheme; checked: boolean | null; }) => string; //# sourceMappingURL=utils.d.ts.map