Skip to content

Commit e4adf5c

Browse files
committed
update table
1 parent f249e85 commit e4adf5c

File tree

3 files changed

+1211
-964
lines changed

3 files changed

+1211
-964
lines changed

Layui.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,14 +422,12 @@ layui.on("select(filter)","form",console.log);
422422
* @param exports 暴露出挂载的对象
423423
*/
424424
use(mods: string[], callback: (this: Layui, ...module: any) => any, exports?: any[]): { v: string };
425-
426425
/**
427426
* 使用特定模块
428427
* @param callback 回调函数,从 layui 2.6 开始,首个参数是 callback 函数,则表示引用所有内置模块到 `layui.xx`
429428
* @param exports 无任何用途,可不传
430429
*/
431430
use(callback: (this: Layui, module: { config: object; time: number }) => any, exports?: any[]): { v: string };
432-
433431
/**
434432
* 弃用某模块,以便重新扩展新的同名模块
435433
* @param modules 模块名称,支持数组,可同时弃用多个模块

0 commit comments

Comments
 (0)