UNPKG

@cblink/finches-ui

Version:

A Component Library for Vue 3

6 lines (5 loc) 262 B
import type { Nullable } from '@cblink/finches-utils/types'; import type { Ref, ComputedRef } from 'vue'; export declare function useTableHeight(propsRef: ComputedRef, tableElRef: Ref, paginationElRef: Ref): { getHeightRef: ComputedRef<Nullable<number>>; };