mirror of
https://github.com/woodchen-ink/certimate.git
synced 2025-07-18 17:31:55 +08:00
5 lines
102 B
TypeScript
5 lines
102 B
TypeScript
declare module "antd/locale/zh_CN" {
|
|
import zhCN from "antd/locale/zh_CN";
|
|
export default zhCN;
|
|
}
|