UNPKG

698 BTypeScriptView Raw
1import type { InternalTheme } from '../../types';
2export declare const getAndroidSelectionControlColor: ({ theme, disabled, checked, customColor, customUncheckedColor, }: {
3 theme: InternalTheme;
4 checked: boolean;
5 disabled?: boolean | undefined;
6 customColor?: string | undefined;
7 customUncheckedColor?: string | undefined;
8}) => {
9 rippleColor: string;
10 selectionControlColor: string;
11};
12export declare const getSelectionControlIOSColor: ({ theme, disabled, customColor, }: {
13 theme: InternalTheme;
14 disabled?: boolean | undefined;
15 customColor?: string | undefined;
16}) => {
17 checkedColor: string;
18 rippleColor: string;
19};
20//# sourceMappingURL=utils.d.ts.map
\No newline at end of file