@cfxjs/react-ui
Version:
Modern and minimalist React UI library.
9 lines (8 loc) • 451 B
TypeScript
import { CfxUIThemes, CfxUIThemesPalette, CfxUIThemesExpressiveness } from './index';
export declare const palette: CfxUIThemesPalette;
export declare const expressiveness: CfxUIThemesExpressiveness;
export declare const font: import(".").CfxUIThemesFont;
export declare const breakpoints: import(".").CfxUIThemesBreakpoints;
export declare const layout: import(".").CfxUIThemesLayout;
export declare const themes: CfxUIThemes;
export default themes;