UNPKG

@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) 372 B
import React from 'react'; import { DeprecatedChartProps } from './types'; /** * @deprecated: The `DeprecatedChart` component is deprecated and will be removed in a future release. * We recommend using the Mui X Chart components instead: https://mui.com/x/react-charts/ */ declare const DeprecatedChart: React.FC<DeprecatedChartProps>; export default DeprecatedChart;