UNPKG

igniteui-webcomponents-charts

Version:

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

11 lines (10 loc) 210 B
import { Base, Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class Node extends Base { static $t: Type; a: Node; b: any; constructor(a: any, b: Node); }