UNPKG

@uwdata/vgplot

Version:

An API for interactive Mosaic-powered visualizations and dashboards.

7 lines 277 B
export function concat({ direction, wrap }: { direction?: string; wrap?: boolean; }, children: any): HTMLDivElement; export function vconcat(...plots: any[]): HTMLDivElement; export function hconcat(...plots: any[]): HTMLDivElement; //# sourceMappingURL=concat.d.ts.map