UNPKG

@web/storybook-builder

Version:
4 lines 232 B
import type { Options } from 'storybook/internal/types'; export type PreviewHtml = string | undefined; export declare function generateIframeHtml(options: Options): Promise<string>; //# sourceMappingURL=generate-iframe-html.d.ts.map