UNPKG

react-native-touch-blocker

Version:

TouchBolocker is a React Native and React Native Web component that helps blocking the user from interacting with children components.

5 lines (4 loc) 158 B
import React from 'react'; import { TouchBlockerProps } from './types'; declare const TouchBlocker: React.FC<TouchBlockerProps>; export default TouchBlocker;