From aa62b42865c07f995a489746233ba9f1c7c0d3e4 Mon Sep 17 00:00:00 2001 From: kazuya kawaguchi Date: Tue, 28 Nov 2023 12:33:33 +0900 Subject: [PATCH] fix: wrong type export (#21) --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index f82b174..2438d73 100644 --- a/src/index.ts +++ b/src/index.ts @@ -4,7 +4,7 @@ import { createCoreContext, NOT_REOSLVED, translate as _translate } from '@intli import { getHeaderLocale } from '@intlify/utils/h3' export * from '@intlify/utils/h3' -export { CoreContext } from '@intlify/core' +export type { CoreContext } from '@intlify/core' import type { AppOptions, H3Event } from 'h3' import type {