UNPKG

react-cosmos

Version:

CLI for running React Cosmos inside webpack-powered apps

10 lines (9 loc) 322 B
import { CosmosConfig } from '../config/shared'; import { Json } from './shared'; declare type Args = { cosmosConfig: CosmosConfig; rendererConfig: Json; relativeToDir: string | null; }; export declare function generateUserDepsModule({ cosmosConfig, rendererConfig, relativeToDir, }: Args): string; export {};