UNPKG

creevey

Version:

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

5 lines (4 loc) 293 B
import type { Config } from '../types'; import type { Options } from '../schema.js'; export declare function getStorybookUrl({ storybookUrl }: Config, { storybookStart }: Options): [string, string | undefined]; export declare function checkIsStorybookConnected(url: string): Promise<boolean>;