UNPKG

@visx/annotation

Version:
11 lines 326 B
export declare type AnnotationContextType = { /** x position of the Subject. */ x?: number; /** y position of the Subject. */ y?: number; /** x delta of the Label from the Subject. */ dx?: number; /** y delta of the Label from the Subject. */ dy?: number; }; //# sourceMappingURL=index.d.ts.map