UNPKG

260 BTypeScriptView Raw
1import React from 'react';
2declare const RootChartContext: React.Context<any>;
3export declare function withChartInstance<T>(Component: any): React.ForwardRefExoticComponent<React.PropsWithoutRef<T> & React.RefAttributes<any>>;
4export default RootChartContext;