UNPKG

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