feat: add TypeScript type safety for i18next with automated maintenance (#25152)

This commit is contained in:
lyzno1
2025-09-04 17:12:48 +08:00
committed by GitHub
parent 8d5f788f2b
commit fb307ae128
7 changed files with 373 additions and 3 deletions

2
web/global.d.ts vendored
View File

@@ -8,3 +8,5 @@ declare module '*.mdx' {
let MDXComponent: (props: any) => JSX.Element
export default MDXComponent
}
import './types/i18n'