UNPKG

@johnmusans/arcadia-ui-style-engine

Version:

Shared style system logic and types for Arcadia UI components

3 lines 170 B
import type { Theme, ThemeDefinition } from "../types"; export declare const createTheme: (themeDefinition: ThemeDefinition) => Theme; //# sourceMappingURL=theme.d.ts.map