UNPKG

react-google-charts

Version:
8 lines (7 loc) 237 B
import * as React from "react"; import { GoogleViz, ReactGoogleChartProps } from "../types"; type Props = ReactGoogleChartProps & { google: GoogleViz; }; export declare const GoogleChart: React.FC<Props>; export default GoogleChart;