修复table 布局问题 column 新增minWidth和ellipsisTooltip属性 ISSUES CLOSED: https://gitee.com/layui/layui-vue/issues/I58DWF
6 lines
276 B
TypeScript
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;
|