UNPKG

@razorpay/blade

Version:

The Design System that powers Razorpay

12 lines (9 loc) 527 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'; var ModalBody=function ModalBody(props){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 { ModalBody }; //# sourceMappingURL=ModalBody.native.js.map