UNPKG

@extclp/vexip-ui

Version:

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

25 lines (24 loc) 486 B
import { buildProps as r, booleanProp as o, iconProp as i, classProp as t, eventProp as n } from "@vexip-ui/config"; const s = r({ active: o, icon: i, inner: o, delay: { type: [Boolean, Number, Array], default: null }, tip: String, hideMask: o, maskColor: String, maskClass: t, transitionName: String, iconEffect: String, slots: Object, onMaskClick: n(), onShow: n(), onHide: n() }); export { s as spinProps }; //# sourceMappingURL=props.mjs.map