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