@totalsoft/rocket-ui
Version:
A set of reusable and composable React components built on top of Material UI core for developing fast and friendly web applications interfaces.
9 lines (8 loc) • 319 B
TypeScript
import React from 'react';
import { DeprecatedStatsChartProps } from './types';
/**
* @deprecated: The `DeprecatedStatsChart` component is deprecated and it would be removed in a future release.
* Use `StatsChart` instead.
*/
declare const StatsChart: React.FC<DeprecatedStatsChartProps>;
export default StatsChart;