igniteui-webcomponents-charts
Version:
Ignite UI Web Components charting components for building rich data visualizations using TypeScript APIs.
12 lines (11 loc) • 387 B
TypeScript
import { UserAnnotationShapeDataContext } from "./UserAnnotationShapeDataContext";
import { UserSliceAnnotation } from "./UserSliceAnnotation";
import { Type } from "igniteui-webcomponents-core";
/**
* @hidden
*/
export declare class UserAnnotationSliceDataContext extends UserAnnotationShapeDataContext {
static $t: Type;
private i;
constructor(a: UserSliceAnnotation);
}