UNPKG

slightning-coco-widget--webpack

Version:

SLIGHTNING 的 CoCo 控件框架 —— webpack 相关工具。

8 lines (7 loc) 253 B
declare global { interface Window { __slightning_coco_widget_iframe_window__: typeof window | null | undefined; } } export declare function getIFrameWindow(): typeof window; export declare function getIFrameWindowVar(name: string): any;