UNPKG

react-cosmos

Version:

Sandbox for developing and testing UI components in isolation

3 lines (2 loc) 176 B
import { CosmosConfig, CosmosConfigInput } from './types.js'; export declare function createCosmosConfig(rootDir: string, cosmosConfigInput?: CosmosConfigInput): CosmosConfig;