UNPKG

scichart

Version:

Fast WebGL JavaScript Charting Library and Framework

5 lines (4 loc) 303 B
import { TSciChart3D } from "../../types/TSciChart3D"; import { SciChart3DSurface } from "./SciChart3DSurface"; export declare const forceReapplyLicense3D: () => void; export declare const applyLicense3D: (licenseContext: TSciChart3D, sciChartSurface: SciChart3DSurface, isSingle: boolean) => void;