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