UNPKG

react-google-charts

Version:
5 lines (4 loc) 176 B
import { ReactGoogleChartProps } from "../../types"; export declare const useChartId: (props: Pick<ReactGoogleChartProps, "graphID" | "graph_id">) => { chartId: string; };