alouette
Version:
A modern, customizable design system built on top of NativeWind v5 with configurable defaults
11 lines • 806 B
TypeScript
export type { AccentName, PaletteSpec, } from "./theme-generator/paletteSpecs.ts";
export { defaultPaletteSpecs } from "./theme-generator/paletteSpecs.ts";
export type { ColorScale } from "./theme-generator/createColorScale.ts";
export { createColorScale } from "./theme-generator/createColorScale.ts";
export type { ThemeScales } from "./theme-generator/buildTheme.ts";
export { buildPaletteCss, buildThemeVariables, } from "./theme-generator/buildTheme.ts";
export type { GenerateThemeResult } from "./theme-generator/generateTheme.ts";
export { generateTheme } from "./theme-generator/generateTheme.ts";
export type { WriteThemeParams, WriteThemeResult, } from "./theme-generator/writeTheme.ts";
export { writeTheme } from "./theme-generator/writeTheme.ts";
//# sourceMappingURL=theme-generator.d.ts.map