UNPKG

159 BTypeScriptView Raw
1import React from "react";
2import { ReactGoogleChartProps } from "./types";
3export declare const Chart: React.FC<ReactGoogleChartProps>;
4export default Chart;