UNPKG

slightning-coco-widget

Version:

SLIGHTNING 的 CoCo 控件框架。

3 lines (2 loc) 172 B
export declare type GetContainer = () => HTMLElement; export declare function resolveContainer(getContainer: HTMLElement | GetContainer | undefined | null): HTMLElement;