Appearance
滚到页面顶部
import { useGoToTop } from '@flypeng/tool/browser'; useGoToTop();
/** * 滚到页面顶部 */ declare function useGoToTop(): void;