UNPKG

@opensig/opendesign

Version:

7 lines (6 loc) 254 B
import { Ref } from 'vue'; import { LoadingPropsT } from './types'; declare const useLoading: (opt?: Partial<LoadingPropsT>, wrap?: Ref<HTMLElement | undefined> | HTMLElement | string) => { toggle(show?: boolean): void; }; export default useLoading;