UNPKG

igniteui-react-charts

Version:

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

10 lines (9 loc) 204 B
import { Base, IList$1, Type } from "igniteui-react-core"; /** * @hidden */ export declare class DoubleColumn extends Base { static $t: Type; a: IList$1<number>; b(a: any): void; }