UNPKG

@johnmusans/arcadia-ui-style-engine

Version:

Shared style system logic and types for Arcadia UI components

8 lines 267 B
import type { RegistryItem } from "shadcn/registry"; import type { Style } from "../../types"; export declare function generateRegistryTheme(options: { styleName: string; baseUrl: string; style: Style; }): RegistryItem; //# sourceMappingURL=theme.d.ts.map