UNPKG

bizcharts

Version:
5 lines (4 loc) 260 B
import React from 'react'; declare const RootChartContext: React.Context<any>; export declare function withChartInstance<T>(Component: any): React.ForwardRefExoticComponent<React.PropsWithoutRef<T> & React.RefAttributes<any>>; export default RootChartContext;