@nx/storybook
Version:
13 lines (12 loc) • 362 B
TypeScript
import { Schema } from './schema';
export declare function callUpgrade(schema: Schema): 1 | Buffer;
export declare function callAutomigrate(allStorybookProjects: {
[key: string]: {
configDir: string;
uiFramework: string;
viteConfigFilePath?: string;
};
}, schema: Schema): {
successfulProjects: {};
failedProjects: {};
};