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