UNPKG

scichart

Version:

Fast WebGL JavaScript Charting Library and Framework

11 lines (10 loc) 381 B
import { EThemeProviderType } from "../../types/ThemeProviderType"; import { SciChartJSDarkv2Theme } from "./SciChartJSDarkv2Theme"; export declare class SciChartJsNavyTheme extends SciChartJSDarkv2Theme { type: EThemeProviderType; private background1; private background2; private loadingBackground1; private loadingBackground2; constructor(); }