UNPKG

igniteui-react-core

Version:
21 lines (20 loc) 539 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class SeriesViewerManipulationEventArgsDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private j; get isZoomPan(): boolean; set isZoomPan(a: boolean); private i; get isDragZoom(): boolean; set isDragZoom(a: boolean); private h; get isDragSelect(): boolean; set isDragSelect(a: boolean); }