@visx/shape
Version:
visx shape
7 lines • 704 B
TypeScript
import type { SharedLinkProps, AccessorProps, AddSVGProps } from '../../../types';
export declare function pathHorizontalDiagonal<Link, Node>({ source, target, x, y, }: Required<AccessorProps<Link, Node>>): (data: Link) => string | null;
export type LinkHorizontalDiagonalProps<Link, Node> = AccessorProps<Link, Node> & SharedLinkProps<Link>;
export default function LinkHorizontalDiagonal<Link, Node>({ className, children, data, innerRef, path, x, // note this returns a y value
y, // note this returns an x value
source, target, ...restProps }: AddSVGProps<LinkHorizontalDiagonalProps<Link, Node>, SVGPathElement>): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=LinkHorizontal.d.ts.map