UNPKG

creevey

Version:

Cross-browser screenshot testing tool for Storybook with fancy UI Runner

4 lines (3 loc) 208 B
import { CreeveyApi } from './api.js'; import { Config, Options } from '../../types.js'; export declare function start(config: Config, options: Options, resolveApi: (api: CreeveyApi) => void): Promise<void>;