UNPKG

vuux

Version:

Vue3 Nuxt3 Nuxt4 组件库

13 lines (12 loc) 244 B
/** * Props */ export interface Props { type?: 'line' | 'circle'; status?: 'normal' | 'success' | 'error'; percentage: number; strokeWidth?: number; circleSize?: number; strokeColor?: string; animated?: boolean; }