UNPKG

419 BTypeScriptView Raw
1import type { InternalTheme } from '../../types';
2declare type BaseProps = {
3 theme: InternalTheme;
4 disabled?: boolean;
5 value?: boolean;
6};
7export declare const getSwitchColor: ({ theme, disabled, value, color, }: BaseProps & {
8 color?: string | undefined;
9}) => {
10 onTintColor: string;
11 thumbTintColor: string | undefined;
12 checkedColor: string;
13};
14export {};
15//# sourceMappingURL=utils.d.ts.map
\No newline at end of file