UNPKG

@morjs/runtime-web

Version:
6 lines (5 loc) 259 B
/** * NOTE: 非常重要。这个是用来控制 my 所有相关api 或得 跟节点的 方法。 由宿主容器 根据实际情况调用 */ export declare function updateRootView(rv: HTMLElement): void; export declare function getRootView(): HTMLElement;