UNPKG

@web/storybook-builder

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