UNPKG

react-cosmos

Version:

Sandbox for developing and testing UI components in isolation

9 lines (8 loc) 332 B
import { CosmosPluginConfig } from 'react-cosmos-core'; import { CosmosConfig } from '../cosmosConfig/types.js'; type GetPluginConfigArgs = { config: CosmosConfig; relativePaths: boolean; }; export declare function getPluginConfigs({ config, relativePaths, }: GetPluginConfigArgs): Promise<CosmosPluginConfig[]>; export {};