/** * 浏览器滚动到顶部 */ declare const scrollTop: (behavior?: any) => void; export default scrollTop;