UNPKG

laya-coreui-es

Version:

laya核心库、ui库es版本,剔除了媒体、TTF等功能。基于 LayaAir-release_2.12.0 修改

14 lines (13 loc) 326 B
import { HTMLElement } from "./HTMLElement"; /** * @private */ export declare class HTMLDocument { static document: HTMLDocument; all: { [key: string]: HTMLElement; }; styleSheets: any; getElementById(id: string): HTMLElement; setElementById(id: string, e: HTMLElement): void; }