mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
[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:
parent
bf4b5e76bd
commit
7001b59f25
2
types/react-input-mask/index.d.ts
vendored
2
types/react-input-mask/index.d.ts
vendored
@ -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`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user