UNPKG

igniteui-react-charts

Version:

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

10 lines (9 loc) 172 B
import { Base, Type } from "igniteui-react-core"; /** * @hidden */ export declare class AxisLabelInfo extends Base { static $t: Type; b: string; a: number; }