UNPKG

react-easy-diagram

Version:

<img src="https://github.com/tokarchyn/react-easy-diagram/blob/main/repo/logo-with-name.png?raw=true" alt="React Easy Diagram logo" height="50">

7 lines 422 B
import { ILinkPathConstructor } from '../states/linksSettings'; export interface ICurvedLinkPathConstructorSettings { directionFactor: number; tweakDirectionFactorBasedOnDistance: (distance: number, directionFactor: number) => number; } export declare function createCurvedLinkPathConstructor(settings?: Partial<ICurvedLinkPathConstructorSettings>): ILinkPathConstructor; //# sourceMappingURL=curved.d.ts.map