vega-themes
Version:
Themes for stylized Vega and Vega-Lite visualizations.
11 lines • 369 B
TypeScript
/**
* Copyright 2020 Google LLC.
*
* Use of this source code is governed by a BSD-style
* license that can be found in the LICENSE file or at
* https://developers.google.com/open-source/licenses/bsd
*/
import { Config } from './config.js';
declare const googlechartsTheme: Config;
export default googlechartsTheme;
//# sourceMappingURL=theme-googlecharts.d.ts.map