UNPKG

@fe6/water-pro

Version:

An enterprise-class UI design language and Vue-based implementation

7 lines (6 loc) 262 B
/** @format */ import type { ComputedRef, Slots } from 'vue'; import type { TableProProps } from '../types/table'; export declare function useTableHeader(propsRef: ComputedRef<TableProProps>, slots: Slots): { getHeaderProps: ComputedRef<Recordable<any>>; };