Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
@storybook
/
preview-web
/
dist
/
ts3.9
/
Filename :
renderDocs.d.ts
back
Copy
import { AnyFramework } from '@storybook/csf'; import { Story } from '@storybook/store'; import { DocsContextProps } from './types'; export declare function renderDocs<TFramework extends AnyFramework>(story: Story<TFramework>, docsContext: DocsContextProps<TFramework>, element: HTMLElement, callback: () => void): Promise<void>; export declare function unmountDocs(element: HTMLElement): void;