import './styles/index.less'; import { BackTop } from './back-top'; export type { BackTopProps } from './types'; export { BackTop }; export default BackTop;