UNPKG

@razorpay/blade

Version:

The Design System that powers Razorpay

13 lines (10 loc) 852 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 { throwBladeError } from '../../../utils/logger/logger.js'; import { jsx } from 'react/jsx-runtime'; var ChartBar=function ChartBar(_prop){throwBladeError({message:'ChartBar is not yet implemented for native',moduleName:'ChartBar'});return jsx(Text,{children:"ChartBar is not available for Native mobile apps."});};var ChartBarWrapper=function ChartBarWrapper(_prop){throwBladeError({message:'ChartBarWrapper is not yet implemented for native',moduleName:'ChartBarWrapper'});return jsx(Text,{children:"ChartLine is not available for Native mobile apps."});}; export { ChartBar, ChartBarWrapper }; //# sourceMappingURL=BarChart.native.js.map