vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
33 lines (32 loc) • 587 B
JavaScript
import { buildProps as i, eventProp as r, booleanProp as o, iconProp as t, sizeProp as n } from "@vexip-ui/config";
const s = i({
size: n,
type: String,
dashed: o,
text: o,
simple: o,
ghost: o,
disabled: o,
loading: o,
circle: o,
loadingIcon: t,
loadingEffect: String,
icon: t,
color: String,
buttonType: String,
block: o,
tag: String,
noPulse: o,
badge: [String, Number],
slots: Object,
onClick: r()
}), c = i({
size: n,
type: String,
circle: o
});
export {
c as buttonGroupProps,
s as buttonProps
};
//# sourceMappingURL=props.mjs.map