UNPKG

@extclp/vexip-ui

Version:

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

42 lines (41 loc) 866 B
import { buildProps as n, localeProp as r, booleanStringProp as i, booleanProp as e, classProp as t, sizeProp as a, eventProp as o } from "@vexip-ui/config"; const s = n({ locale: r("drawer"), transfer: i, active: e, width: [Number, String], height: [Number, String], placement: String, title: String, closable: e, inner: e, maskClose: e, drawerClass: t, hideMask: e, onBeforeClose: Function, resizable: e, autoRemove: e, footer: e, confirmText: String, cancelText: String, loading: e, confirmType: String, cancelType: String, actionSize: a, undivided: e, disableEsc: e, slots: Object, onToggle: o(), onClose: o(), onShow: o(), onHide: o(), onResizeStart: o(), onResizeMove: o(), onResizeEnd: o(), onConfirm: o(), onCancel: o() }); export { s as drawerProps }; //# sourceMappingURL=props.mjs.map