UNPKG

xdesign-vue-next

Version:

XDesign Component for vue-next

42 lines (37 loc) 738 B
/** * xdesign v1.0.6 * (c) 2023 xdesign * @license MIT */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); /* 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); } } }; exports["default"] = props; //# sourceMappingURL=props.js.map