ant-design / ant-design-mobile

Essential UI blocks for building mobile web apps.
https://mobile.ant.design
MIT License
11.61k stars 2.39k forks source link

ConfigProvider国际化缺少语言的ts支持 #6441

Closed loakliu closed 9 months ago

loakliu commented 9 months ago

Version of antd-mobile

5.33

What is this feature about?

`import enUS from 'antd-mobile/es/locales/en-US'; import zhCN from 'antd-mobile/es/locales/en-US'; interface AntdLngConfigProps {

} 期待有一个Locale的类型支持,可以从antd-mobile/es中导出 类似 import type { Locale } from 'antd-mobile/es';`

loakliu commented 9 months ago

import { Locale } from 'antd-mobile/es/locales/base'; 我关掉这个问题