mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
The typo is fixed.
This commit is contained in:
parent
93d659fc39
commit
b53efa4d06
2
types/react-maskedinput/index.d.ts
vendored
2
types/react-maskedinput/index.d.ts
vendored
@ -19,7 +19,7 @@ export interface CharsFormatters {
|
||||
|
||||
export interface MaskedInputProps extends React.InputHTMLAttributes<any> {
|
||||
mask: string;
|
||||
formatCharacter?: CharsFormatters;
|
||||
formatCharacters?: CharsFormatters;
|
||||
placeholderChar?: string;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user