UNPKG

igniteui-react-core

Version:
16 lines (15 loc) 463 B
import { Description } from "./Description"; import { PointDescription } from "./PointDescription"; import { Type } from "./type"; /** * @hidden */ export declare class DomainChartPlotAreaPointerEventArgsDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private h; get plotAreaPosition(): PointDescription; set plotAreaPosition(a: PointDescription); }