UNPKG

react-cosmos

Version:

Sandbox for developing and testing UI components in isolation

4 lines (3 loc) 198 B
import { CosmosConfig } from '../cosmosConfig/types.js'; export declare function getServerHost(config: CosmosConfig): string; export declare function getServerAddress(config: CosmosConfig): string;