UNPKG

@razorpay/blade

Version:

The Design System that powers Razorpay

12 lines (9 loc) 855 B
import { throwBladeError } from '../../../utils/logger/logger.js'; 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 ChartAreaWrapper=function ChartAreaWrapper(_prop){throwBladeError({message:'ChartAreaWrapper is not yet implemented for native',moduleName:'ChartAreaWrapper'});return jsx(Text,{children:"AreaChartWrapper is not available for Native mobile apps."});};var ChartArea=function ChartArea(_prop){throwBladeError({message:'ChartArea is not yet implemented for native',moduleName:'ChartArea'});return jsx(Text,{children:"ChartArea is not available for Native mobile apps."});}; export { ChartArea, ChartAreaWrapper }; //# sourceMappingURL=AreaChart.native.js.map