UNPKG

xdesign-vue-next

Version:

XDesign Component for vue-next

58 lines (53 loc) 913 B
/** * xdesign v1.0.6 * (c) 2023 xdesign * @license MIT */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); /* unplugin-vue-components disabled */var props = { attach: { type: [String, Function], "default": "" }, content: { type: [String, Function] }, "default": { type: [String, Function] }, delay: { type: Number, "default": 0 }, fullscreen: Boolean, indicator: { type: [Boolean, Function], "default": true }, inheritColor: Boolean, loading: { type: Boolean, "default": true }, preventScrollThrough: { type: Boolean, "default": true }, showOverlay: { type: Boolean, "default": true }, size: { type: String, "default": "medium" }, text: { type: [String, Function] }, zIndex: { type: Number } }; exports["default"] = props; //# sourceMappingURL=props.js.map