@johnmusans/arcadia-ui-style-engine
Version:
Shared style system logic and types for Arcadia UI components
8 lines • 316 B
TypeScript
import type { RegistryItem } from "shadcn/registry";
import type { Style } from "../../types";
export declare const updateRegistryDependencies: (registryItem: RegistryItem, options: {
styleName: string;
baseUrl: string;
style: Style;
}) => RegistryItem;
//# sourceMappingURL=update-registry-deps.d.ts.map