A custom hook that removes a link from the graph by its ID.
A function that removes the link from the graph.
const removeLink = useRemoveLink();removeLink('1'); Copy
const removeLink = useRemoveLink();removeLink('1');
A custom hook that removes a link from the graph by its ID.