diff --git a/types/react-input-mask/index.d.ts b/types/react-input-mask/index.d.ts index 0ca6fde742..f932c975a8 100644 --- a/types/react-input-mask/index.d.ts +++ b/types/react-input-mask/index.d.ts @@ -25,7 +25,7 @@ export interface MaskOptions { permanents: number[]; } -interface Props extends React.InputHTMLAttributes { +export interface Props extends React.InputHTMLAttributes { /** * Mask string. Format characters are: * * `9`: `0-9`