react-native-gesture-handler
Version:
Declarative API exposing native platform touch and gesture system to React Native
7 lines • 338 B
TypeScript
declare const HostGestureDetector: (props: Omit<import("react-native").ViewProps, keyof {
ref?: React.Ref<import("react-native").ViewInstance> | undefined;
}> & {
ref?: React.Ref<import("react-native").ViewInstance> | undefined;
}) => React.ReactNode;
export default HostGestureDetector;
//# sourceMappingURL=hostDetector.d.ts.map