UNPKG

igniteui-react-charts

Version:

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

19 lines (18 loc) 510 B
import { Base, Type } from "igniteui-react-core"; import { Brush } from "igniteui-react-core"; /** * @hidden */ export declare class AxisDefaults extends Base { static $t: Type; static readonly a: number; static readonly c: number; static readonly b: number; static readonly e: number; static readonly d: number; static readonly f: number; static readonly g: Brush; static readonly i: Brush; static readonly h: Brush; static readonly j: Brush; }