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) 244 B
import React from 'react'; import { ChartProps } from './types'; /** * The Chart component provides a set of frequently and customizable used chart types (`line` and `bar`). */ declare const Chart: React.FC<ChartProps>; export default Chart;