UNPKG

@carbon/charts

Version:
9 lines (8 loc) 283 B
import { Component } from '../component'; export declare class Legend extends Component { type: string; render(): void; sortDataGroups(dataGroups: any, legendOrder: any): any; breakItemsIntoLines(addedLegendItems: any): void; addEventListeners(): void; }