react-native-gesture-handler
Version:
Declarative API exposing native platform touch and gesture system to React Native
6 lines • 309 B
TypeScript
import type { ViewProps } from 'react-native';
interface NativeProps extends ViewProps {
}
declare const _default: import("react-native/Libraries/Utilities/codegenNativeComponent").NativeComponentType<NativeProps>;
export default _default;
//# sourceMappingURL=RNGestureHandlerRootViewNativeComponent.d.ts.map