UNPKG

tav-ui

Version:
7 lines (6 loc) 267 B
import type { ComputedRef } from 'vue'; import type { BasicTableProps } from '../types/table'; export declare function useLoading(props: ComputedRef<BasicTableProps>): { getLoading: ComputedRef<boolean | undefined>; setLoading: (loading: boolean) => void; };