Skip to content

Commit aa62b42

Browse files
authored
fix: wrong type export (#21)
1 parent a35ac1a commit aa62b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { createCoreContext, NOT_REOSLVED, translate as _translate } from '@intli
44
import { getHeaderLocale } from '@intlify/utils/h3'
55

66
export * from '@intlify/utils/h3'
7-
export { CoreContext } from '@intlify/core'
7+
export type { CoreContext } from '@intlify/core'
88

99
import type { AppOptions, H3Event } from 'h3'
1010
import type {

0 commit comments

Comments
 (0)