45 Star 138 Fork 93

GVPHalo-E/HaloE-Design

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
backtop.d.ts 602 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhangjinpeng 提交于 2023-09-05 16:47 . fix:修复组件types问题
import type { DefineComponent } from 'vue';
export declare const Backtop: DefineComponent<{
/**
* @description the button will not show until the scroll height reaches this value.
* default 200
*/
visibilityHeight?:Number ;
/**
* @description the target to trigger scroll.
* default: ''
*/
target?: String;
/**
* @description right distance.
* default:40
*/
right?:Number;
/**
* @description bottom distance.
* default:40
*/
bottom?:Number;
/**
* 按下backtop触发
*/
$emit(eventName: 'click'): ()=>any;
}>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/halo-e/haloe-design.git
git@gitee.com:halo-e/haloe-design.git
halo-e
haloe-design
HaloE-Design
develop

搜索帮助

0d507c66 1850385 C8b1a773 1850385