@hisptz/react-ui
Version:
A collection of reusable complex DHIS2 react ui components.
10 lines (9 loc) • 453 B
TypeScript
import HighchartsReact from "highcharts-react-official";
import React from "react";
import ChartDownloadMenu from "./components/DownloadMenu";
import { ChartAnalyticsProps } from "./types/props";
import "./styles/custom-highchart.css";
export * from "./services/export";
export { ChartDownloadMenu };
declare const _default: React.ForwardRefExoticComponent<ChartAnalyticsProps & React.RefAttributes<HighchartsReact.RefObject>>;
export default _default;