@visx/annotation
Version:
visx annotation
11 lines • 326 B
TypeScript
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