UNPKG

ex-components

Version:

A Vue3 components library based on ElementPlus

7 lines (6 loc) 245 B
export declare const useTableSelection: (rowKey?: string) => { isSelected: import("vue").Ref<boolean>; selected: import("vue").Ref<any[]>; selectedIds: import("vue").ComputedRef<any[]>; selectionChange: (rows: any[]) => void; };