UNPKG

scichart

Version:

Fast WebGL JavaScript Charting Library and Framework

4 lines (3 loc) 285 B
import { I2DSurfaceOptions } from "../../Charting/Visuals/I2DSurfaceOptions"; import { TWebAssemblyChart3D } from "./SciChart3DSurface"; export declare const createSingle3dInternal: (divElement: string | HTMLDivElement, options?: I2DSurfaceOptions) => Promise<TWebAssemblyChart3D>;