UNPKG

sryd-charts-enterprise

Version:

Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue

8 lines (7 loc) 326 B
import { AnnotationType } from '../annotationTypes'; import { TextualPointProperties } from '../properties/textualPointProperties'; export declare class TextProperties extends TextualPointProperties { static is(this: void, value: unknown): value is TextProperties; type: AnnotationType.Text; position: "bottom"; }