UNPKG

@visactor/vchart

Version:

charts lib based @visactor/VGrammar

5 lines (4 loc) 237 B
import type { IAggrType } from '../component/marker/interface'; import type { IRegressType } from '../component/marker/mark-area/interface'; export declare const AGGR_TYPE: IAggrType[]; export declare const REGRESS_TYPE: IRegressType[];