UNPKG

@visx/shape

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