UNPKG

@wordpress/components

Version:
18 lines (15 loc) 324 B
import { createElement } from "@wordpress/element"; /** * External dependencies */ import { View } from 'react-native'; function Disabled(_ref) { let { children } = _ref; return createElement(View, { pointerEvents: "none" }, children); } export default Disabled; //# sourceMappingURL=index.native.js.map