@antv/g2plot
Version:
An interactive and responsive charting library
7 lines (6 loc) • 383 B
TypeScript
import { Types } from '@antv/g2';
declare type AnnotationOption = Types.ArcOption | Types.ImageOption | Types.LineOption | Types.TextOption | Types.RegionOption | Types.RegionFilterOption | Types.DataMarkerOption | Types.DataRegionOption | Types.ShapeAnnotationOption | Types.HtmlAnnotationOption;
export declare type Annotation = {
id?: string;
} & AnnotationOption;
export {};