Files
dsProject/dsBase/WebRoot/html/cdn/es/components/backtop/src/backtop.mjs

25 lines
386 B
JavaScript
Raw Normal View History

2025-08-14 15:45:08 +08:00
const backtopProps = {
visibilityHeight: {
type: Number,
default: 200
},
target: {
type: String,
default: ""
},
right: {
type: Number,
default: 40
},
bottom: {
type: Number,
default: 40
}
};
const backtopEmits = {
click: (evt) => evt instanceof MouseEvent
};
export { backtopEmits, backtopProps };
//# sourceMappingURL=backtop.mjs.map