UNPKG

react-cosmos

Version:

Sandbox for developing and testing UI components in isolation

4 lines (3 loc) 203 B
import { CosmosConfig } from '../cosmosConfig/types.js'; export declare function getPlaygroundUrls(config: CosmosConfig): string[]; export declare function logPlaygroundUrls(config: CosmosConfig): void;