UNPKG

igniteui-react-charts

Version:

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

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