UNPKG

@syncfusion/ej2-lineargauge

Version:
36 lines (35 loc) 984 B
/** * Specifies the linear gauge constant value */ /** @private */ export declare const loaded: string; /** @private */ export declare const load: string; /** @private */ export declare const animationComplete: string; /** @private */ export declare const axisLabelRender: string; /** @private */ export declare const tooltipRender: string; /** @private */ export declare const annotationRender: string; /** @private */ export declare const gaugeMouseMove: string; /** @private */ export declare const gaugeMouseLeave: string; /** @private */ export declare const gaugeMouseDown: string; /** @private */ export declare const gaugeMouseUp: string; /** @private */ export declare const dragStart: string; /** @private */ export declare const dragMove: string; /** @private */ export declare const dragEnd: string; /** @private */ export declare const valueChange: string; /** @private */ export declare const resized: string; /** @private */ export declare const beforePrint: string;