[react-input-mask] exporting interface that could be used to correctly set properties of the react component (#39321)

This commit is contained in:
Alexey Shytikov 2019-10-22 22:50:50 +02:00 committed by Wesley Wigham
parent 249a39f0ca
commit 9fc1486d6d

View File

@ -25,7 +25,7 @@ export interface MaskOptions {
permanents: number[];
}
interface Props extends React.InputHTMLAttributes<HTMLInputElement> {
export interface Props extends React.InputHTMLAttributes<HTMLInputElement> {
/**
* Mask string. Format characters are:
* * `9`: `0-9`