UNPKG

@razorpay/blade

Version:

The Design System that powers Razorpay

12 lines (9 loc) 707 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 TableBody=function TableBody(props){return jsx(Text,{children:"Table Component is not available for Native mobile apps."});};var TableRow=function TableRow(props){return jsx(Text,{children:"Table Component is not available for Native mobile apps."});};var TableCell=function TableCell(props){return jsx(Text,{children:"Table Component is not available for Native mobile apps."});}; export { TableBody, TableCell, TableRow }; //# sourceMappingURL=TableBody.native.js.map