6 lines
125 B
TypeScript
6 lines
125 B
TypeScript
import { IPinYinMapItem } from './props';
|
|
/**
|
|
* 拼音键盘按钮
|
|
*/
|
|
export declare const PINYIN_MAP: IPinYinMapItem[][];
|