UNPKG

283 BTypeScriptView Raw
1import type { ReactElement } from 'react';
2export declare type GetContainer = HTMLElement | (() => HTMLElement) | null;
3export declare function renderToContainer(getContainer: GetContainer, node: ReactElement): ReactElement<any, string | import("react").JSXElementConstructor<any>>;
4
\No newline at end of file