UNPKG

react-cosmos

Version:

Sandbox for developing and testing UI components in isolation

6 lines (5 loc) 352 B
import { Express } from 'express'; import { CosmosPluginConfig } from 'react-cosmos-core'; import { CosmosConfig } from '../cosmosConfig/types.js'; import { CosmosPlatform } from '../cosmosPlugin/types.js'; export declare function createExpressApp(platform: CosmosPlatform, config: CosmosConfig, pluginConfigs: CosmosPluginConfig[]): Promise<Express>;