UNPKG

@razorpay/blade

Version:

The Design System that powers Razorpay

13 lines (10 loc) 704 B
import 'react'; import '../Typography/Heading/Heading.js'; import { Text } from '../Typography/Text/Text.js'; import '../Typography/Code/Code.js'; import '../Typography/Display/Display.js'; import { jsx } from 'react/jsx-runtime'; import { logger } from '../../utils/logger/logger.js'; var Modal=function Modal(props){if(__DEV__){logger({type:'warn',moduleName:'Modal',message:'Modal is not supported on mobile devices. Please use BottomSheet instead.'});}return jsx(Text,{children:"Modal Component is not available for Native mobile apps and we should use BottomSheet component instead for all use-cases of Modal on Native mobile apps."});}; export { Modal }; //# sourceMappingURL=Modal.native.js.map