@antv/g2plot
Version:
G2 Plot, a market of plots built with the Grammar of Graphics'
6 lines (5 loc) • 312 B
TypeScript
declare function AxisStyleParser(axisCfg: any, axis: any): void;
declare function TooltipStyleParser(): void;
declare function LabelStyleParser(theme: any, style: any): void;
declare function AnnotationStyleParser(): void;
export { AxisStyleParser, TooltipStyleParser, LabelStyleParser, AnnotationStyleParser };