UNPKG

igniteui-react-core

Version:
17 lines (16 loc) 481 B
import { AnnotationLayerDescription } from "./AnnotationLayerDescription"; import { Type } from "./type"; /** * @hidden */ export declare class CategoryToolTipLayerDescription extends AnnotationLayerDescription { static $t: Type; protected get_type(): string; constructor(); private gh; get targetAxisRef(): string; set targetAxisRef(a: string); private gf; get useInterpolation(): boolean; set useInterpolation(a: boolean); }