UNPKG

creevey

Version:

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

4 lines (3 loc) 231 B
import { Config } from '../../types'; export declare function startSelenoidStandalone(config: Config, debug: boolean): Promise<void>; export declare function startSelenoidContainer(config: Config, debug: boolean): Promise<string>;