2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-07 07:12:23 +03:00

Update keys.ts

This commit is contained in:
Jeff Sagal
2022-11-30 10:16:43 -08:00
parent 5a5e9378d9
commit 7c54215446
+3 -1
View File
@@ -1 +1,3 @@
export const ListBoxInjectionKey = Symbol()
import type { InjectionKey } from 'vue'
export const ListBoxInjectionKey = Symbol() as InjectionKey<string>