UNPKG

vexip-ui

Version:

A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good

16 lines (15 loc) 344 B
import { buildProps as r, booleanProp as o, stateProp as t } from "@vexip-ui/config"; const s = r({ percentage: Number, state: t, strokeWidth: Number, infoType: String, precision: Number, activated: o, strokeColor: [String, Array, Function], slots: Object }); export { s as progressProps }; //# sourceMappingURL=props.mjs.map