alouette
Version:
A modern, customizable design system built on top of NativeWind v5 with configurable defaults
7 lines • 359 B
TypeScript
import type { AlouetteTheme } from "./core/AlouetteConfig";
/**
* Resolved CSS-variable maps for every theme, shared with global.css. Feeds
* `ScopedTheme` (NativeWind's `VariableContextProvider`) and `useThemeToken`.
*/
export declare const themeVariables: Record<AlouetteTheme, Record<`--${string}`, string>>;
//# sourceMappingURL=themeVariables.d.ts.map