The typo is fixed.

This commit is contained in:
Eugene Gundorov 2017-08-25 15:36:30 +03:00 committed by GitHub
parent 93d659fc39
commit b53efa4d06

View File

@ -19,7 +19,7 @@ export interface CharsFormatters {
export interface MaskedInputProps extends React.InputHTMLAttributes<any> {
mask: string;
formatCharacter?: CharsFormatters;
formatCharacters?: CharsFormatters;
placeholderChar?: string;
}