@geist-ui/react
Version:
Modern and minimalist React UI library.
9 lines (8 loc) • 487 B
TypeScript
import { GeistUIThemes, GeistUIThemesPalette, GeistUIThemesExpressiveness } from "./index";
export declare const palette: GeistUIThemesPalette;
export declare const expressiveness: GeistUIThemesExpressiveness;
export declare const font: import("./index").GeistUIThemesFont;
export declare const breakpoints: import("./index").GeistUIThemesBreakpoints;
export declare const layout: import("./index").GeistUIThemesLayout;
export declare const themes: GeistUIThemes;
export default themes;