@extclp/vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
24 lines (23 loc) • 469 B
JavaScript
import { buildProps as o, eventProp as i, booleanProp as r, sizeProp as e } from "@vexip-ui/config";
const s = o({
size: e,
type: String,
border: r,
closable: r,
color: String,
simple: r,
circle: r,
prefix: [String, Number],
prefixBg: String,
prefixColor: String,
suffix: [String, Number],
suffixBg: String,
suffixColor: String,
disabled: r,
slots: Object,
onClose: i()
});
export {
s as tagProps
};
//# sourceMappingURL=props.mjs.map