UNPKG

react-cosmos

Version:

Sandbox for developing and testing UI components in isolation

3 lines (2 loc) 155 B
import { CosmosPlatform } from '../cosmosPlugin/types.js'; export declare function startDevServer(platform: CosmosPlatform): Promise<() => Promise<void>>;