UNPKG

@lazy-cjk/cns-11643

Version:
11 lines (10 loc) 249 B
/** * Created by user on 2020/5/30. */ import { IZhuyin2PinyinTable } from '../../types'; /** * 全字庫的拼音資料表格 * 「CNS_pinyin_2」以聲調符號呈現 */ declare const CNSPinyin_02: IZhuyin2PinyinTable; export = CNSPinyin_02;