UNPKG

ag-charts-enterprise

Version:

Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue

4 lines (3 loc) 228 B
import type { ExtensibleTheme } from 'ag-charts-types'; export declare const MAP_THEME_DEFAULTS: ExtensibleTheme<'map-shape' | 'map-line' | 'map-marker'>; export declare function applyMapPalette<T extends object>(object: T): T;