props.js 505 B

1234567891011121314151617181920212223
  1. export var InputBlurDefaultProps = {
  2. value: null,
  3. defaultValue: null,
  4. placeholder: null,
  5. placeholderClassName: '',
  6. placeholderStyle: '',
  7. enableNative: null,
  8. confirmType: null,
  9. confirmHold: null,
  10. alwaysSystem: null,
  11. selectionStart: null,
  12. selectionEnd: null,
  13. cursor: null,
  14. controlled: null,
  15. inputClassName: null,
  16. inputStyle: null,
  17. focus: null,
  18. password: null,
  19. disabled: null,
  20. name: null,
  21. type: null,
  22. randomNumber: null,
  23. };