@visactor/react-vtable
Version:
The react version of VTable
8 lines (7 loc) • 325 B
TypeScript
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;