UNPKG

react-cosmos

Version:

Sandbox for developing and testing UI components in isolation

4 lines (3 loc) 229 B
import { FSWatcher } from 'chokidar'; import { CosmosConfig } from '../cosmosConfig/types.js'; export declare function startFixtureWatcher(config: CosmosConfig, event: 'all' | 'add', callback: () => unknown): Promise<FSWatcher>;