mirror of
https://github.com/zh-lx/pinyin-pro.git
synced 2026-03-13 09:51:38 +08:00
5 lines
76 B
TypeScript
5 lines
76 B
TypeScript
declare const DICT4: {
|
|
[prop: string]: string;
|
|
};
|
|
export default DICT4;
|