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">

5 lines 405 B
import { NodeState } from "../../states/nodeState"; export declare const useNodeUserInteraction: (nodeState: NodeState) => void; export declare const ENABLE_NODE_USER_INTERACTION_CLASS = "react_easy_diagram_enable_node_user_interaction"; export declare const DISABLE_NODE_USER_INTERACTION_CLASS = "react_easy_diagram_disable_node_user_interaction"; //# sourceMappingURL=useNodeUserInteraction.d.ts.map