UNPKG

vega-themes

Version:

Themes for stylized Vega and Vega-Lite visualizations.

5 lines (3 loc) 140 B
import type {Config as VgConfig} from 'vega'; import type {Config as VlConfig} from 'vega-lite'; export type Config = VgConfig | VlConfig;