UNPKG

253 BTypeScriptView Raw
1import { RenderContext } from '@storybook/store';
2import { HtmlFramework } from './types-6-0';
3export declare function renderToDOM({ storyFn, kind, name, showMain, showError, forceRemount }: RenderContext<HtmlFramework>, domElement: HTMLElement): void;