UNPKG

@tresjs/cientos

Version:

Collection of useful helpers and fully functional, ready-made abstractions for Tres

7 lines (6 loc) 169 B
import { Ref } from 'vue'; export declare function useProgress(): Promise<{ hasFinishLoading: Ref<boolean>; progress: Ref<number>; items: Ref<string[]>; }>;