chore(core): cleanup

This commit is contained in:
braks
2024-03-24 13:15:35 +01:00
committed by Braks
parent 0a9e950077
commit 31c0f82efe

View File

@@ -4,7 +4,9 @@ import type { FlowOptions, VueFlowStore } from '../types'
import { useActions, useGetters, useState } from '../store'
/**
* Stores all currently created store instances
* @deprecated will be removed in the next major and replaced with a ctx based solution similar to `<ReactFlowProvider>`
*
* Stores all existing VueFlow state instances
*/
export class Storage {
public currentId = 0