| 123456789101112131415161718192021222324 |
- 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
|