[react-input-mask] Change interface for React [ts 2.9] (#37075)

Change interface for int react-input-mask for new definition on React typescript version 2.9
This commit is contained in:
Jorge M. Abdalla 2019-07-24 16:44:59 -03:00 committed by Wesley Wigham
parent bf4b5e76bd
commit 7001b59f25

View File

@ -25,7 +25,7 @@ export interface MaskOptions {
permanents: number[];
}
interface Props extends React.HTMLAttributes<HTMLInputElement> {
interface Props extends React.InputHTMLAttributes<HTMLInputElement> {
/**
* Mask string. Format characters are:
* * `9`: `0-9`