laya-coreui-es
Version:
laya核心库、ui库es版本,剔除了媒体、TTF等功能。基于 LayaAir-release_2.12.0 修改
14 lines (13 loc) • 391 B
TypeScript
import { HTMLElement } from "../dom/HTMLElement";
/**
* @private
* HTML的布局类
* 对HTML的显示对象进行排版
*/
export declare class Layout {
private static DIV_ELEMENT_PADDING;
private static _will;
static later(element: HTMLElement): void;
static layout(element: HTMLElement): any[];
static _multiLineLayout(element: HTMLElement): any[];
}