igniteui-webcomponents-charts
Version:
Ignite UI Web Components charting components for building rich data visualizations using TypeScript APIs.
15 lines (14 loc) • 404 B
TypeScript
import { Base, Type } from "igniteui-webcomponents-core";
import { UserBaseAnnotation } from "./UserBaseAnnotation";
import { UserAnnotationInformation } from "./UserAnnotationInformation";
/**
* @hidden
*/
export declare class UserAnnotationFlow extends Base {
static $t: Type;
private static c;
d: string;
b: UserBaseAnnotation;
a: UserAnnotationInformation;
constructor();
}