UNPKG

laya-coreui-es

Version:

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

11 lines (10 loc) 259 B
export declare class InlcudeFile { script: string; codes: any; funs: any; curUseID: number; funnames: string; constructor(txt: string); getWith(name?: string | null): string; getFunsScript(funsdef: string): string; }