UNPKG

alouette

Version:

A modern, customizable design system built on top of NativeWind v5 with configurable defaults

11 lines 908 B
export type { AccentName, PaletteSpec, } from "./theme-generator/paletteSpecs.ts"; export { defaultPaletteSpecs } from "./theme-generator/paletteSpecs.ts"; export type { ColorScale, Gamut, OklchColor, OklchScale, } from "./theme-generator/createColorScale.ts"; export { createColorScale, createOklchScale, maxChroma, } from "./theme-generator/createColorScale.ts"; export type { ColorFormatName, ThemeScales, } from "./theme-generator/buildTheme.ts"; export { buildOklchPaletteCss, 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