@razorpay/blade
Version:
The Design System that powers Razorpay
13 lines (10 loc) • 871 B
JavaScript
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 ChartLineWrapper=function ChartLineWrapper(_prop){throwBladeError({message:'ChartLineWrapper is not yet implemented for native',moduleName:'ChartLineWrapper'});return jsx(Text,{children:"ChartLineWrapper is not available for Native mobile apps."});};var ChartLine=function ChartLine(_prop){throwBladeError({message:'ChartLine is not yet implemented for native',moduleName:'ChartLine'});return jsx(Text,{children:"ChartLine is not available for Native mobile apps."});};
export { ChartLine, ChartLineWrapper };
//# sourceMappingURL=LineChart.native.js.map