@layui/layui-vue
Version:
a component library for Vue 3 base on layui-vue
8 lines (7 loc) • 339 B
TypeScript
export declare const useEmit: (emit: any) => {
rowClick: (data: any, evt: MouseEvent) => void;
rowDoubleClick: (data: any, evt: MouseEvent) => void;
rowContextmenu: (data: any, evt: MouseEvent) => void;
cellDoubleClick: (data: any, evt: MouseEvent) => void;
rowExpand: (data: any, evt: PointerEvent) => void;
};