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