import type { Ref } from 'vue'; export interface ProgressInjection { min: Ref; max: Ref; }