From a9c4cdbd47d3bde4ad482774d71bd558ff064e73 Mon Sep 17 00:00:00 2001 From: Dsaquel Date: Sun, 26 Jan 2025 13:02:39 +0100 Subject: [PATCH] feat: export `injectKeyProps` --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index e35cbe95..bae6ef66 100644 --- a/src/index.ts +++ b/src/index.ts @@ -11,5 +11,5 @@ export { export { useVueImportMap, mergeImportMap, type ImportMap } from './import-map' export { compileFile } from './transform' export type { Props as ReplProps } from './Repl.vue' -export type { OutputModes } from './types' +export { type OutputModes, injectKeyProps } from './types' export { version as languageToolsVersion } from '@vue/language-service/package.json'