UNPKG

react-native-animated-content-scroll

Version:

Animated content scroll component for React Native with directional slide-in animations

3 lines 287 B
import type { PropsAnimatedScrollContent } from "../types"; export declare function AnimatedContentScroll({ children, index, direction, distance, duration, margin }: PropsAnimatedScrollContent): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=AnimatedContentScroll.d.ts.map