UNPKG

tdesign-mobile-vue

Version:
11 lines (10 loc) 404 B
import _Swiper from './swiper'; import _SwiperItem from './swiper-item'; import { WithInstallType } from '../shared'; import { TdSwiperProps } from './type'; import './style'; export * from './type'; export declare type SwiperProps = TdSwiperProps; export declare const Swiper: WithInstallType<typeof _Swiper>; export declare const SwiperItem: WithInstallType<typeof _SwiperItem>; export default Swiper;