UNPKG

tav-ui

Version:
4 lines (3 loc) 163 B
import type { Ref } from 'vue'; import type { IUseLoadingReturn } from '../types'; export declare function useLoading(_loading?: Ref<boolean>): IUseLoadingReturn;