UNPKG

xdesign-vue-next

Version:

XDesign Component for vue-next

38 lines (35 loc) 660 B
/** * xdesign v1.0.6 * (c) 2023 xdesign * @license MIT */ /* unplugin-vue-components disabled */var props = { delay: { type: Number }, destroyOnClose: { type: Boolean, "default": true }, duration: { type: Number }, placement: { type: String, "default": "top" }, showArrow: { type: Boolean, "default": true }, theme: { type: String, "default": "default", validator: function validator(val) { if (!val) return true; return ["default", "primary", "success", "danger", "warning", "light"].includes(val); } } }; export { props as default }; //# sourceMappingURL=props.js.map