UNPKG

tdesign-react

Version:
7 lines (6 loc) 336 B
import './style/index.js'; export type { SwiperProps } from './Swiper'; export type { SwiperItemProps } from './SwiperItem'; export * from './type'; export declare const Swiper: import("react").FC<import("./Swiper").SwiperProps> & Record<"SwiperItem", import("react").FC<import("./SwiperItem").SwiperItemProps>>; export default Swiper;