UNPKG

creevey

Version:

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

4 lines (3 loc) 207 B
import { Config } from '../../types.js'; import { Options } from '../../schema.js'; export declare function start(gridUrl: string | undefined, port: number, config: Config, options: Options): Promise<void>;