UNPKG

@extclp/vexip-ui

Version:

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

25 lines (24 loc) 492 B
import { buildProps as n, eventProp as e, booleanProp as o, booleanStringProp as r } from "@vexip-ui/config"; const s = n({ active: o, closable: o, inner: o, maskTransition: String, transitionName: String, disabled: o, onBeforeClose: Function, transfer: r, autoRemove: o, permeable: o, disableEsc: o, onToggle: e(), onClose: e(), onHide: e(), onShow: e(), onResize: e(), onMaskClick: e() }); export { s as maskerProps }; //# sourceMappingURL=props.mjs.map