UNPKG

creevey

Version:

creevey is a tool for automated visual testing, that tightly integrated with storybook

4 lines (3 loc) 186 B
import { Config, Options } from './types'; export declare const defaultConfig: Omit<Config, 'gridUrl'>; export declare function readConfig(configPath: string, options: Options): Config;