UNPKG

221 BTypeScriptView Raw
1import type { InternalTheme } from '../../types';
2export declare const getToggleButtonColor: ({ theme, checked, }: {
3 theme: InternalTheme;
4 checked: boolean | null;
5}) => string;
6//# sourceMappingURL=utils.d.ts.map
\No newline at end of file