UNPKG

@lightningchart/lcjs-themes

Version:

Open-source Themes package for LightningChart JS

18 lines 604 B
/** * A dark theme created using `makeCustomTheme` factory. * * ```ts * // Example use * import { presetThemeDark } from '@lightningchart/lcjs-themes' * * const chart = lightningChart().ChartXY({ theme: presetThemeDark }) * ``` * * Make your own adjustments by: * - Referencing source code at https://github.com/Arction/lcjs-themes/blob/main/src/presetThemeDark.ts * - Using the online editor: https://arction.github.io/lcjs-themes/ * * @public */ export declare const presetThemeDark: import("@lightningchart/lcjs").Theme; //# sourceMappingURL=presetThemeDark.d.ts.map