UNPKG

creevey

Version:

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

4 lines (3 loc) 158 B
import { Config } from '../../types.js'; import Runner from './runner.js'; export default function master(config: Config, gridUrl?: string): Promise<Runner>;