UNPKG

@visactor/react-vtable

Version:
8 lines (7 loc) 325 B
import type { CreateDOMParamsType, IGraphic } from '@visactor/vtable/es/vrender'; import { ContainerModule } from '@visactor/vtable/es/vrender'; export type CreateDOMParamsTypeForVTable = CreateDOMParamsType & { graphic: IGraphic; style?: Record<string, any>; }; export declare const reactEnvModule: ContainerModule;