UNPKG

612 BTypeScriptView Raw
1import type { InternalTheme } from '../../types';
2export declare type ButtonMode = 'text' | 'outlined' | 'contained' | 'elevated' | 'contained-tonal';
3export declare const getButtonColors: ({ theme, mode, customButtonColor, customTextColor, disabled, dark, }: {
4 theme: InternalTheme;
5 mode: ButtonMode;
6 customButtonColor?: string | undefined;
7 customTextColor?: string | undefined;
8 disabled?: boolean | undefined;
9 dark?: boolean | undefined;
10}) => {
11 backgroundColor: string;
12 borderColor: string;
13 textColor: string;
14 borderWidth: number;
15};
16//# sourceMappingURL=utils.d.ts.map
\No newline at end of file