igniteui-react-core
Version:
Ignite UI React Core.
14 lines (13 loc) • 445 B
TypeScript
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);
}