We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
5.33
import enUS from 'antd-mobile/es/locales/en-US'; import zhCN from 'antd-mobile/es/locales/en-US'; interface AntdLngConfigProps { [key: string]: Locale; } 期待有一个Locale的类型支持,可以从antd-mobile/es中导出 类似 import type { Locale } from 'antd-mobile/es';
import enUS from 'antd-mobile/es/locales/en-US'; import zhCN from 'antd-mobile/es/locales/en-US'; interface AntdLngConfigProps { [key: string]: Locale; }
import type { Locale } from 'antd-mobile/es';
The text was updated successfully, but these errors were encountered:
import { Locale } from 'antd-mobile/es/locales/base'; 我关掉这个问题
Sorry, something went wrong.
No branches or pull requests
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 { [key: string]: Locale; }
期待有一个Locale的类型支持,可以从antd-mobile/es中导出
类似
import type { Locale } from 'antd-mobile/es';
The text was updated successfully, but these errors were encountered: