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 299 B
import React from 'react'; import { LinkCreationState } from "../../states/linkCreationState"; import { LinkState } from "../../states/linkState"; export declare const LinkWrapper: React.FunctionComponent<{ link: LinkState | LinkCreationState; }>; //# sourceMappingURL=LinkWrapper.d.ts.map