UNPKG

react-cosmos

Version:

CLI for running React Cosmos inside webpack-powered apps

9 lines (8 loc) 304 B
import { CosmosConfig } from './config/shared'; declare type Args = { cosmosConfig: CosmosConfig; fullScreen?: boolean; }; export declare const getFixtureUrls: (args: Args) => Promise<string[]>; export declare function getFixtureUrlsSync({ cosmosConfig, fullScreen }: Args): string[]; export {};