react-cosmos
Version:
CLI for running React Cosmos inside webpack-powered apps
12 lines (11 loc) • 383 B
TypeScript
import { Json } from './shared';
declare type Args = {
globalImports: string[];
fixturePaths: string[];
decoratorPaths: string[];
rendererConfig: Json;
rootDir: string;
relativeToDir: string | null;
};
export declare function userDepsTemplate({ globalImports, fixturePaths, decoratorPaths, rendererConfig, rootDir, relativeToDir, }: Args): string;
export {};