UNPKG

@reactodia/workspace

Version:

Reactodia Workspace -- library for visual interaction with graphs in a form of a diagram.

7 lines 337 B
import { type DragLinkOperation } from '../utility/dragLinkMover'; export type AnnotationLinkOperation = DragLinkOperation; export declare function AnnotationLinkMover(props: { operation: AnnotationLinkOperation; onFinish: () => void; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=annotationLinkMover.d.ts.map