UNPKG

192 BTypeScriptView Raw
1import React from 'react';
2declare const ChartViewContext: React.Context<any>;
3export declare function withView<T>(Component: any): (props: T) => JSX.Element;
4export default ChartViewContext;