UNPKG

slightning-coco-widget

Version:

SLIGHTNING 的 CoCo 控件框架。

4 lines (3 loc) 286 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>>;