swiper-item-props.d.ts 106 B

123
  1. import { TdSwiperItemProps } from './type';
  2. declare const props: TdSwiperItemProps;
  3. export default props;