@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) • 351 B
TypeScript
import React from 'react';
import { StatsChartProps } from './types';
/**
* The StatsChart component provides a customizable and rich card component that combines
* multiple elements to display different chart types with their corresponding statistical information
*/
declare const StatsChart: React.FC<StatsChartProps>;
export default StatsChart;