chore(svelte): cleanup tsdoc annotations

This commit is contained in:
moklick
2025-05-06 23:25:18 +02:00
parent ca60c91906
commit bf7594cd3e
10 changed files with 120 additions and 85 deletions
@@ -26,11 +26,10 @@ import { derivedWarning } from './derivedWarning.svelte';
import { untrack } from 'svelte';
/**
* Hook for accessing the ReactFlow instance.
* Hook for accessing the SvelteFlow instance.
*
* @public
*
* @returns helper functions
* @returns A set of helper functions
*/
export function useSvelteFlow<NodeType extends Node = Node, EdgeType extends Edge = Edge>(): {
/**