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.

8 lines (7 loc) 269 B
import React from 'react'; import { StatsChartProps } from './types'; /** * The StatsChart component provides a set of frequently and customizable used chart types (`line` and `bar`). */ declare const StatsChart: React.FC<StatsChartProps>; export default StatsChart;