mirror of
https://github.com/zh-lx/pinyin-pro.git
synced 2026-03-13 09:51:38 +08:00
7 lines
187 B
TypeScript
7 lines
187 B
TypeScript
import type { Pattern } from '../common/segmentit';
|
|
declare const Surnames: {
|
|
[key: string]: string;
|
|
};
|
|
export default Surnames;
|
|
export declare const PatternSurname: Pattern[];
|