mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 21:19:37 +08:00
d689c7b855
* feat: remove locale-provider * chore: fix lint * Empty-Commit * test: remove test * Revert "test: remove test" This reverts commit 4f6b59883f6bf078f21a10898ef913c9e2adb913. * chore: 阶段性兼容 * fix lint * fix: fix lint * fix: add index * docs: update docs * docs: update * docs: update * docs: update
7 lines
170 B
TypeScript
7 lines
170 B
TypeScript
// locale-provider 文件夹的移除需要修改 @ant-design/tools 和 antd-img-crop
|
|
import locale from '../locale';
|
|
|
|
export * from '../locale';
|
|
|
|
export default locale;
|