@extclp/vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
16 lines (15 loc) • 344 B
JavaScript
import { buildProps as r, stateProp as o, booleanProp as t } from "@vexip-ui/config";
const s = r({
percentage: Number,
state: o,
strokeWidth: Number,
infoType: String,
precision: Number,
activated: t,
strokeColor: [String, Array, Function],
slots: Object
});
export {
s as progressProps
};
//# sourceMappingURL=props.mjs.map