123456789101112 |
- export var InputTypes;
- (function (InputTypes) {
- InputTypes["stroke"] = "stroke";
- InputTypes["pinyin"] = "pinyin";
- InputTypes["handwriting"] = "handwriting";
- })(InputTypes || (InputTypes = {}));
- export var RareWordsKeyboardProps = {
- visible: false,
- type: 'pinyin',
- showMask: true,
- safeArea: true,
- };
|