update(types): Rename FlowStore to Store and ReactiveFlowStore to FlowStore
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { InjectionKey } from 'vue'
|
||||
import { ElementId, FlowStore } from '~/types'
|
||||
import { ElementId, Store as TStore } from '~/types'
|
||||
|
||||
export const Store: InjectionKey<FlowStore> = Symbol('store')
|
||||
export const StoreSymbol: InjectionKey<TStore> = Symbol('store')
|
||||
export const NodeId: InjectionKey<ElementId> = Symbol('nodeId')
|
||||
|
||||
Reference in New Issue
Block a user