react-native-gesture-handler
Version:
Declarative API exposing native platform touch and gesture system to React Native
7 lines (6 loc) • 301 B
TypeScript
/// <reference types="react-native/types/modules/codegen" />
import type { ViewProps } from 'react-native';
interface NativeProps extends ViewProps {
}
declare const _default: import("react-native/Libraries/Utilities/codegenNativeComponent").NativeComponentType<NativeProps>;
export default _default;