chore(core): update composable jsdocs

This commit is contained in:
braks
2024-02-15 17:46:21 +01:00
committed by Braks
parent ee8748e936
commit fbb3f63134
23 changed files with 104 additions and 18 deletions
@@ -94,6 +94,7 @@ type Scope = (EffectScope & { vueFlowId: string }) | undefined
*
* If no store instance is found in context, a new store instance is created and registered in storage
*
* @public
* @returns a vue flow store instance
*/
export function useVueFlow(options?: FlowProps): VueFlowStore {