File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/vue-i18n-core/src Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- import type { IsNever } from '@intlify/core-base'
1+ import type { GeneratedTypeConfig , IsNever } from '@intlify/core-base'
22import type { ExportedGlobalComposer } from './i18n'
33import type { VueI18n } from './legacy'
44
@@ -16,14 +16,14 @@ export type Disposer = () => void
1616 * ```ts
1717 * // generated-i18n-types.d.ts (`.d.ts` file at your app)
1818 *
19- * declare module '@intlify/vue-i18n- core' {
19+ * declare module '@intlify/core-base ' {
2020 * interface GeneratedTypeConfig {
2121 * legacy: false
2222 * }
2323 * }
2424 * ```
2525 */
26- export interface GeneratedTypeConfig { }
26+ export { GeneratedTypeConfig }
2727
2828/**
2929 * Narrowed i18n instance type based on `GeneratedTypeConfig['legacy']`
You can’t perform that action at this time.
0 commit comments