props.js 327 B

123456789101112
  1. export var InputTypes;
  2. (function (InputTypes) {
  3. InputTypes["stroke"] = "stroke";
  4. InputTypes["pinyin"] = "pinyin";
  5. InputTypes["handwriting"] = "handwriting";
  6. })(InputTypes || (InputTypes = {}));
  7. export var RareWordsKeyboardProps = {
  8. visible: false,
  9. type: 'pinyin',
  10. showMask: true,
  11. safeArea: true,
  12. };