UNPKG

vega-lite

Version:

Vega-Lite is a concise high-level language for interactive visualization.

6 lines 312 B
import { LayerModel } from '../layer.js'; import { UnitModel } from '../unit.js'; import { AxisComponentIndex } from './component.js'; export declare function parseUnitAxes(model: UnitModel): AxisComponentIndex; export declare function parseLayerAxes(model: LayerModel): void; //# sourceMappingURL=parse.d.ts.map