import type { CSSProperties } from "vue"; export interface ProgressProps { /** 自定义样式 */ styles?: CSSProperties; /** 当前进度 */ modelValue?: number | string; /** 进度条高度 */ barHeight?: number | string; } //# sourceMappingURL=types.d.ts.map