UNPKG

@formant/ava

Version:

A framework for automated visual analytics.

4 lines (3 loc) 209 B
import type { G2Spec, Mark } from '@antv/g2'; import type { InsightInfo, PatternInfo } from '../../types'; export declare const viewSpecStrategy: (marks: Mark[], insight?: InsightInfo<PatternInfo>) => G2Spec;