igniteui-react-charts
Version:
Ignite UI React charting components for building rich data visualizations using TypeScript APIs.
17 lines (16 loc) • 349 B
TypeScript
import { ContentControl } from "igniteui-react-core";
import { Brush } from "igniteui-react-core";
import { Type } from "igniteui-react-core";
/**
* @hidden
*/
export declare class Marker extends ContentControl {
static $t: Type;
an: Brush;
ao: Brush;
al: number;
am: number;
aj: number;
ak: number;
ai: boolean;
}