import { SwiperItem } from "./swiperitem";
export type { TaroSwiperItemProps as SwiperItemProps } from "../../types";
export default SwiperItem;
