UNPKG

vxe-table-select-area

Version:

一个基于 vxe-table 的可区域选中复制、粘贴的组件

14 lines (11 loc) 383 B
import { MenuLinkParams } from '../menu' declare function menuFunc (params: MenuLinkParams, event: any): any; /** * 全局快捷菜单 */ export class VxeGlobalMenus { mixin(map: { [type: string]: typeof menuFunc }): VxeGlobalMenus; get(type: string): typeof menuFunc; add(type: string, callback: typeof menuFunc): VxeGlobalMenus; delete(type: string): VxeGlobalMenus; }