UNPKG

289 BTypeScriptView Raw
1import type { InternalTheme } from '../../types';
2declare type BaseProps = {
3 theme: InternalTheme;
4 disabled?: boolean;
5 type?: 'error' | 'info';
6};
7export declare function getTextColor({ theme, disabled, type }: BaseProps): string;
8export {};
9//# sourceMappingURL=utils.d.ts.map
\No newline at end of file