UNPKG

@visactor/openinula-vchart

Version:

The openinula version of VChart 4.x

8 lines (7 loc) 335 B
import React from 'openinula'; import type { IStage } from '@visactor/vrender-core'; declare const StageContext: React.Context<IStage>; export declare function withStage<T>(Component: typeof React.Component): React.ExoticComponent<React.PropsOmitRef<T>> & React.Attributes & { ref?: React.Ref<any>; }; export default StageContext;