UNPKG

@extclp/vexip-ui

Version:

A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good

35 lines (34 loc) 700 B
import { buildProps as o, localeProp as t, booleanProp as r, booleanStringProp as n, eventProp as e } from "@vexip-ui/config"; const p = o({ locale: t("tour"), active: r, index: Number, steps: Array, type: String, hideMask: r, signType: String, padding: [Number, Array], closable: r, permeable: r, transfer: n, 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