UNPKG

xdesign-vue-next

Version:

XDesign Component for vue-next

38 lines (35 loc) 603 B
/** * xdesign v1.0.6 * (c) 2023 xdesign * @license MIT */ /* 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 }; export { props as default }; //# sourceMappingURL=props.js.map