@extclp/vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
35 lines (34 loc) • 700 B
JavaScript
import { buildProps as o, eventProp as e, booleanStringProp as t, booleanProp as r, localeProp as n } from "@vexip-ui/config";
const p = o({
locale: n("tour"),
active: r,
index: Number,
steps: Array,
type: String,
hideMask: r,
signType: String,
padding: [Number, Array],
closable: r,
permeable: r,
transfer: t,
slots: Object,
onToggle: e(),
onChange: e(),
onClose: e(),
onMaskClick: e()
}), a = o({
target: [String, Object, Function],
placement: String,
title: String,
content: String,
order: Number,
type: String,
renderer: Function,
onPrev: e(),
onNext: e()
});
export {
p as tourProps,
a as tourStepProps
};
//# sourceMappingURL=props.mjs.map