UNPKG

react-google-charts

Version:
7 lines (6 loc) 311 B
import { GoogleChartWrapper, GoogleViz, ReactGoogleChartProps } from "../../types"; export type GoogleChartEventsParams = ReactGoogleChartProps & { googleChartWrapper?: GoogleChartWrapper | null; google: GoogleViz; }; export declare const useGoogleChartEvents: (props: GoogleChartEventsParams) => void;