UNPKG

react-archer

Version:

Draw arrows between DOM elements in React

5 lines (4 loc) 285 B
import React from 'react'; import { ArcherContainerProps } from './ArcherContainer.types'; declare const ArcherContainer: React.ForwardRefExoticComponent<ArcherContainerProps & React.RefAttributes<import("./ArcherContainer.types").ArcherContainerRef>>; export default ArcherContainer;