UNPKG

@extclp/vexip-ui

Version:

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

35 lines (34 loc) 693 B
import { buildProps as e, booleanProp as t, styleProp as n, classProp as r, localeProp as c } from "@vexip-ui/config"; const o = [Number, String], l = e({ locale: c("confirm"), width: o, height: o, top: o, left: o, right: o, bottom: o, maskClose: t, confirmType: String, cancelType: String, confirmText: String, cancelText: String, icon: { type: [Boolean, Object, Function], default: null }, className: r, style: n, renderer: Function, iconProps: Object, closable: t, contentAlign: String, actionsAlign: String, parseHtml: t, cancelable: t, xOffset: o, yOffset: o }); export { l as confirmProps }; //# sourceMappingURL=props.mjs.map