tdesign-vue-next
Version:
TDesign Component for vue-next
42 lines (37 loc) • 644 B
JavaScript
/**
* tdesign v1.15.2
* (c) 2025 tdesign
* @license MIT
*/
;
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