UNPKG

react-cosmos

Version:

Sandbox for developing and testing UI components in isolation

8 lines (7 loc) 208 B
import { CosmosConfig } from '../cosmosConfig/types.js'; type HttpsCreds = { key: string; cert: string; }; export declare function getHttpsCreds(config: CosmosConfig): Promise<HttpsCreds>; export {};