UNPKG

@wordpress/components

Version:
15 lines 313 B
/** * External dependencies */ import { View } from 'react-native'; import { jsx as _jsx } from "react/jsx-runtime"; function Disabled({ children }) { return /*#__PURE__*/_jsx(View, { pointerEvents: "none", children: children }); } export default Disabled; //# sourceMappingURL=index.native.js.map