UNPKG

@razorpay/blade

Version:

The Design System that powers Razorpay

12 lines (9 loc) 530 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 ModalFooter=function ModalFooter(){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 { ModalFooter }; //# sourceMappingURL=ModalFooter.native.js.map