@antv/g2
Version:
the Grammar of Graphics in Javascript
15 lines (14 loc) • 896 B
TypeScript
export declare const CATEGORY_LEGEND_CLASS_NAME = "legend-category";
export declare const CONTINUOUS_LEGEND_CLASS_NAME = "legend-continuous";
export declare const LEGEND_ITEMS_CLASS_NAME = "items-item";
export declare const LEGEND_MAKER_CLASS_NAME = "legend-category-item-marker";
export declare const LEGEND_LABEL_CLASS_NAME = "legend-category-item-label";
export declare function markerOf(item: any): any;
export declare function labelOf(item: any): any;
export declare function itemsOf(root: any): any;
export declare function legendsOf(root: any): any;
export declare function legendsContinuousOf(root: any): any;
export declare function legendClearSetState(root: any, setState: any): void;
export declare function dataOf(root: any): any;
export declare function attributesOf(root: any): any;
export declare function LegendFilter(): (context: any, contexts: any, emitter: any) => () => void;