UNPKG

387 BTypeScriptView Raw
1import type { RenderContext } from '@storybook/store';
2import { ArgsStoryFn } from '@storybook/csf';
3import { ReactFramework } from './types-6-0';
4export declare const render: ArgsStoryFn<ReactFramework>;
5export declare function renderToDOM({ storyContext, unboundStoryFn, showMain, showException, forceRemount, }: RenderContext<ReactFramework>, domElement: HTMLElement): Promise<void>;