@johnmusans/arcadia-ui-style-engine
Version:
Shared style system logic and types for Arcadia UI components
9 lines • 332 B
TypeScript
import type { RegistryItem } from "shadcn/registry";
import type { Style } from "../types";
export declare function buildRegistryItem(registryItemName: string, options: {
styleName: string;
registryBasePath: string;
baseUrl: string;
style: Style;
}): Promise<RegistryItem | null>;
//# sourceMappingURL=index.d.ts.map