UNPKG

element-plus

Version:
9 lines (8 loc) 356 B
import type { TableColumnCtx } from '../table-column/defaults'; import type { TableHeaderProps } from '.'; declare function useUtils<T>(props: TableHeaderProps<T>): { isGroup: import("vue").ComputedRef<boolean>; toggleAllSelection: (event: Event) => void; columnRows: import("vue").ComputedRef<TableColumnCtx<T>[]>; }; export default useUtils;