mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-23 17:40:25 +00:00
The typo is fixed.
This commit is contained in:
Vendored
+1
-1
@@ -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