UNPKG

react-native-reanimated-carousel

Version:

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

5 lines (4 loc) 154 B
import type { TCarouselProps } from "../types"; export declare function usePropsErrorBoundary(props: TCarouselProps & { dataLength: number; }): void;