UNPKG

react-native-draggable-flatlist

Version:
5 lines (4 loc) 264 B
import React from "react"; import { ScrollViewProps } from "react-native"; import { ScrollView } from "react-native-gesture-handler"; export declare const NestableScrollContainer: React.ForwardRefExoticComponent<ScrollViewProps & React.RefAttributes<ScrollView>>;