UNPKG

react-cosmos

Version:

Sandbox for developing and testing UI components in isolation

5 lines (4 loc) 291 B
import { FixtureList } from 'react-cosmos-core'; import { CosmosConfig } from '../cosmosConfig/types.js'; export declare function getServerFixtureList(config: CosmosConfig): Promise<FixtureList>; export declare function updateFixtureListCache(rootDir: string, fixturePaths: string[]): void;