UNPKG

igniteui-webcomponents-charts

Version:

Ignite UI Web Components charting components for building rich data visualizations using TypeScript APIs.

13 lines (12 loc) 336 B
import { Base, Type } from "igniteui-webcomponents-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; }