UNPKG

antd-mobile

Version:
4 lines (3 loc) 283 B
import type { ReactElement } from 'react'; export declare type GetContainer = HTMLElement | (() => HTMLElement) | null; export declare function renderToContainer(getContainer: GetContainer, node: ReactElement): ReactElement<any, string | import("react").JSXElementConstructor<any>>;