UNPKG

igniteui-webcomponents-charts

Version:

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

13 lines (12 loc) 275 B
import { Base, Type } from "igniteui-webcomponents-core"; import { Path } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class AxisComponentsFromView extends Base { static $t: Type; a: Path; b: Path; d: Path; c: Path; }