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