@extclp/vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
16 lines (15 loc) • 310 B
JavaScript
import { buildProps as r, eventProp as t, booleanProp as o } from "@vexip-ui/config";
const n = r({
content: [Number, String],
max: Number,
disabled: o,
isDot: o,
type: String,
color: String,
slots: Object,
onBadgeClick: t()
});
export {
n as badgeProps
};
//# sourceMappingURL=props.mjs.map