@nx/storybook
Version:
11 lines • 347 B
TypeScript
import { Schema } from './schema';
export declare function callUpgrade(schema: Schema): 1 | Buffer;
export declare function callAutomigrate(allStorybookProjects: {
[key: string]: {
configDir: string;
};
}, schema: Schema): {
successfulProjects: {};
failedProjects: {};
};
//# sourceMappingURL=calling-storybook-cli.d.ts.map