UNPKG

@td-design/react-native

Version:

react-native UI组件库

5 lines 171 B
import { FC } from 'react'; import { CarouselProps } from './type'; declare const Carousel: FC<CarouselProps>; export default Carousel; //# sourceMappingURL=index.d.ts.map