UNPKG

xdesign-vue-next

Version:

XDesign Component for vue-next

42 lines (37 loc) 681 B
/** * xdesign v1.0.6 * (c) 2023 xdesign * @license MIT */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); /* unplugin-vue-components disabled */var props = { container: { type: [String, Function], "default": function _default() { return function () { return window; }; } }, content: { type: [String, Function] }, "default": { type: [String, Function] }, offsetBottom: { type: Number, "default": 0 }, offsetTop: { type: Number, "default": 0 }, zIndex: { type: Number }, onFixedChange: Function }; exports["default"] = props; //# sourceMappingURL=props.js.map