refactor(types)!: Remove ElementId type

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2021-12-20 19:29:52 +01:00
parent fe0eeaeae9
commit f00f34d84b
28 changed files with 99 additions and 150 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
import { InjectionKey } from 'vue'
import { ElementId, Store as TStore } from '~/types'
import { Store as TStore } from '~/types'
export const StoreSymbol: InjectionKey<TStore> = Symbol('store')
export const NodeId: InjectionKey<ElementId> = Symbol('nodeId')
export const NodeId: InjectionKey<string> = Symbol('nodeId')