UNPKG

304 BTypeScriptView Raw
1import * as React from "react";
2import { ReactGoogleChartProps } from "./types";
3export declare const ChartContext: React.Context<Partial<ReactGoogleChartProps>>;
4export declare const ContextProvider: ({ children, value, }: {
5 children: any;
6 value: ReactGoogleChartProps;
7}) => React.JSX.Element;