mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-04 20:54:36 +00:00
The typo is fixed.
This commit is contained in:
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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user