vega-lite
Version:
Vega-Lite is a concise high-level language for interactive visualization.
7 lines • 294 B
TypeScript
export declare const version: string;
export { compile } from './compile/compile.js';
export type { Config } from './config.js';
export { normalize } from './normalize/index.js';
export type { TopLevelSpec } from './spec/index.js';
export * from './util.js';
//# sourceMappingURL=index.d.ts.map