UNPKG

arrowjoin

Version:

ArrowJoin is a creative and functional React library that effortlessly connects two React components with a sleek arrow.

8 lines 210 B
export type dimensionType = { x: number; y: number; right: number; bottom: number; }; export type anchorEdgeType = 'left' | 'right' | 'top' | 'bottom'; //# sourceMappingURL=privateTypes.d.ts.map