UNPKG

creevey

Version:

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

5 lines (4 loc) 224 B
import { Config, Options } from '../types'; export declare const defaultBrowser = "chrome"; export declare const defaultConfig: Omit<Config, 'gridUrl'>; export declare function readConfig(options: Options): Promise<Config>;