UNPKG

@archway-kit/vue

Version:

Vue components to interact with the Archway network

7 lines (6 loc) 184 B
import { Ref } from 'vue'; export declare const useLoading: (initialValue?: boolean) => { loading: Ref<boolean>; startsLoading: () => void; finishesLoading: () => void; };