UNPKG

sryd-charts-enterprise

Version:

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

7 lines (6 loc) 305 B
import { AnnotationType } from '../annotationTypes'; import { ShapePointProperties } from '../properties/shapePointProperties'; export declare class ArrowUpProperties extends ShapePointProperties { static is(this: void, value: unknown): value is ArrowUpProperties; type: AnnotationType.ArrowUp; }