UNPKG

arrowjoin

Version:

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

5 lines 179 B
import React from 'react'; import { xarrowPropsType } from '../types'; declare const Xarrow: React.FC<xarrowPropsType>; export default Xarrow; //# sourceMappingURL=Xarrow.d.ts.map