arrowjoin
Version:
ArrowJoin is a creative and functional React library that effortlessly connects two React components with a sleek arrow.
8 lines • 309 B
TypeScript
import { anchorCustomPositionType } from '../types';
import { dimensionType } from '../privateTypes';
export declare const calcAnchors: (anchors: anchorCustomPositionType[], anchorPos: dimensionType) => {
x: any;
y: any;
anchor: anchorCustomPositionType;
}[];
//# sourceMappingURL=anchors.d.ts.map