UNPKG

scichart

Version:

Fast WebGL JavaScript Charting Library and Framework

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