UNPKG

@testplane/storybook

Version:

Testplane plugin that enables runtime screenshot storybook tests autogeneration

3 lines (2 loc) 221 B
import type { StorybookDataJson } from "./extract-stories"; export declare const waitStorybookDataJson: (storybookJsonUrls: string[], waitStorybookJsonTimeout: number, fetch?: typeof fetch) => Promise<StorybookDataJson>;