igniteui-react-charts
Version:
Ignite UI React charting components for building rich data visualizations using TypeScript APIs.
13 lines (12 loc) • 340 B
TypeScript
import { Base, Type } from "igniteui-react-core";
import { SeriesViewer } from "./SeriesViewer";
/**
* @hidden
*/
export declare class OthersCategoryContext extends Base {
static $t: Type;
private _items;
get items(): any[];
set items(a: any[]);
static b(a: OthersCategoryContext, b: SeriesViewer): any;
}