tdesign-mobile-vue
Version:
tdesign-mobile-vue
11 lines (10 loc) • 404 B
TypeScript
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;