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'
2
2
import type { ExportedGlobalComposer } from './i18n'
3
3
import type { VueI18n } from './legacy'
4
4
@@ -16,14 +16,14 @@ export type Disposer = () => void
16
16
* ```ts
17
17
* // generated-i18n-types.d.ts (`.d.ts` file at your app)
18
18
*
19
- * declare module '@intlify/vue-i18n- core' {
19
+ * declare module '@intlify/core-base ' {
20
20
* interface GeneratedTypeConfig {
21
21
* legacy: false
22
22
* }
23
23
* }
24
24
* ```
25
25
*/
26
- export interface GeneratedTypeConfig { }
26
+ export { GeneratedTypeConfig }
27
27
28
28
/**
29
29
* Narrowed i18n instance type based on `GeneratedTypeConfig['legacy']`
You can’t perform that action at this time.
0 commit comments