import { BackTop } from './backtop';
export type { WebBackTopProps as BackTopProps } from "../../types";
export default BackTop;
