UNPKG

tdesign-vue-next

Version:
42 lines (37 loc) 644 B
/** * tdesign v1.15.2 * (c) 2025 tdesign * @license MIT */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); 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