mirror of
https://github.com/zh-lx/pinyin-pro.git
synced 2026-03-13 09:51:38 +08:00
8 lines
188 B
TypeScript
8 lines
188 B
TypeScript
export declare function customPinyin(config?: {
|
|
[key: string]: string;
|
|
}): void;
|
|
export declare const DICT1: string[];
|
|
export declare const dictArr: {
|
|
[prop: string]: string;
|
|
}[];
|