UNPKG

@visx/shape

Version:
6 lines 635 B
import type { SharedLinkProps, AccessorProps, AddSVGProps } from '../../../types'; export declare function pathVerticalDiagonal<Link, Node>({ source, target, x, y, }: Required<AccessorProps<Link, Node>>): (data: Link) => string | null; type LinkVerticalDiagonalProps<Link, Node> = AccessorProps<Link, Node> & SharedLinkProps<Link>; export default function LinkVerticalDiagonal<Link, Node>({ className, children, data, innerRef, path, x, y, source, target, ...restProps }: AddSVGProps<LinkVerticalDiagonalProps<Link, Node>, SVGPathElement>): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=LinkVertical.d.ts.map