From 7c542154466ca400d03784989e650c77d3a8540d Mon Sep 17 00:00:00 2001 From: Jeff Sagal Date: Wed, 30 Nov 2022 10:16:43 -0800 Subject: [PATCH] Update keys.ts --- src/keys.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/keys.ts b/src/keys.ts index bfb290d..4d62593 100644 --- a/src/keys.ts +++ b/src/keys.ts @@ -1 +1,3 @@ -export const ListBoxInjectionKey = Symbol() +import type { InjectionKey } from 'vue' + +export const ListBoxInjectionKey = Symbol() as InjectionKey