UNPKG

bizcharts

Version:
5 lines (4 loc) 198 B
import React from 'react'; declare const ChartViewContext: React.Context<any>; export declare function withView<T>(Component: any): (props: T) => React.JSX.Element; export default ChartViewContext;