@johnmusans/arcadia-ui-style-engine
Version:
Shared style system logic and types for Arcadia UI components
8 lines • 650 B
TypeScript
import type { BackgroundPattern, Css, Fonts, LetterSpacing, Shadows, Spacing, Texture } from "../types";
export declare const createShadowsThemeVars: (shadows: Shadows) => Record<string, string>;
export declare const createTextureCss: (texture: Texture) => Css;
export declare const createBackgroundPatternCss: (bgPattern: BackgroundPattern) => Css;
export declare const createLetterSpacingThemeVars: (letterSpacing: LetterSpacing) => Css;
export declare const createFontsThemeVars: (_fonts: Fonts) => Record<string, string>;
export declare const createSpacingThemeVars: (spacing: Spacing) => Record<string, string>;
//# sourceMappingURL=css.d.ts.map