@cfxjs/react-ui
Version:
Modern and minimalist React UI library.
10 lines (9 loc) • 326 B
TypeScript
import { CfxUIThemesPalette } from 'components/styles/themes';
export declare type BrowserColors = {
color: string;
barBgColor: string;
inputBgColor: string;
borderColor: string;
titleColor: string;
};
export declare const getBrowserColors: (invert: boolean, palette: CfxUIThemesPalette) => BrowserColors;