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