UNPKG

bizcharts

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