UNPKG

react-native-gesture-handler

Version:

Declarative API exposing native platform touch and gesture system to React Native

7 lines 368 B
import type { ViewProps } from 'react-native'; export interface RootViewNativeProps extends ViewProps { unstable_forceActive?: boolean; } declare const _default: import("react-native/Libraries/Utilities/codegenNativeComponent").NativeComponentType<RootViewNativeProps>; export default _default; //# sourceMappingURL=RNGestureHandlerRootViewNativeComponent.d.ts.map