UNPKG

@archway-kit/vue

Version:

Vue components to interact with the Archway network

7 lines (6 loc) 274 B
export declare const useComputedAsync: <T>(fn: (...args: any[]) => Promise<T>) => { data: import('vue').Ref<any, any>; dataAsync: import('vue').ComputedRef<any>; isLoading: import('vue').Ref<boolean, boolean>; isReady: import('vue').ComputedRef<boolean>; };