UNPKG

react-native-reanimated-carousel

Version:

Simple carousel component.fully implemented using Reanimated 2.Infinitely scrolling, very smooth.

5 lines (4 loc) 236 B
export declare const Pagination: { Basic: <T extends {}>(props: import("./Basic").BasicProps<T>) => import("react").JSX.Element; Custom: <T extends {}>(props: import("./Custom").ShapeProps<T>) => import("react").JSX.Element; };