UNPKG

@kietpt2003/react-native-core-ui

Version:
5 lines 317 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>>; //# sourceMappingURL=NestableScrollContainer.d.ts.map