@kietpt2003/react-native-core-ui
Version:
React Native Core UI components by KietPT
5 lines • 317 B
TypeScript
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