UNPKG

vuux

Version:

Vue3 Nuxt3 Nuxt4 组件库

8 lines (7 loc) 99 B
/** * Props */ export interface Props { max?: number | string; value: number | string; }