mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-02 07:10:23 +00:00
Unfortunately, `react-jsonschema-form` has it's own signature of `onBlur` and `onFocus` which is incompatible with HTMLElement (custom signature is documented [here](https://github.com/mozilla-services/react-jsonschema-form/blob/master/README.md#custom-widget-components)) My change fixes the definition just for the affected props, which still using all other props of HTMLElement.