UNPKG

igniteui-react-core

Version:
14 lines (13 loc) 445 B
import { DataAnnotationPointLayerDescription } from "./DataAnnotationPointLayerDescription"; import { Type } from "./type"; /** * @hidden */ export declare class DataAnnotationBandLayerDescription extends DataAnnotationPointLayerDescription { static $t: Type; protected get_type(): string; constructor(); private k1; get annotationBreadthMemberPath(): string; set annotationBreadthMemberPath(a: string); }