layui/types/tools/domUtil.d.ts
dingyongya 5b64cad09c 🐛(component): table
修复table 布局问题
column 新增minWidth和ellipsisTooltip属性

ISSUES CLOSED: https://gitee.com/layui/layui-vue/issues/I58DWF
2022-05-21 17:11:28 +08:00

6 lines
276 B
TypeScript

export function getTop(elem: any): any;
export function getLeft(elem: any): any;
export function on(elem: any, events: any, handler: any): void;
export function once(elem: any, events: any, handler: any): void;
export function off(elem: any, events: any, handler: any): void;