@extclp/vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
36 lines (35 loc) • 686 B
JavaScript
import { buildProps as o, iconProp as i, booleanProp as r, eventProp as t } from "@vexip-ui/config";
const n = o({
size: [Number, String],
src: String,
icon: i,
circle: r,
alt: String,
fit: String,
srcSet: String,
gap: Number,
iconScale: Number,
fallbackSrc: String,
color: String,
background: String,
slots: Object,
onError: t(),
onClick: t()
}), c = o({
size: [Number, String],
options: Object,
circle: r,
max: Number,
showTip: r,
tipTrigger: String,
vertical: r,
offset: Number,
restColor: String,
restBackground: String,
slots: Object
});
export {
c as avatarGroupProps,
n as avatarProps
};
//# sourceMappingURL=props.mjs.map