From 7001b59f25f5530be7fd3c093e6dba3ea7f5b12d Mon Sep 17 00:00:00 2001 From: "Jorge M. Abdalla" <31245788+jorgemcga@users.noreply.github.com> Date: Wed, 24 Jul 2019 16:44:59 -0300 Subject: [PATCH] [react-input-mask] Change interface for React [ts 2.9] (#37075) Change interface for int react-input-mask for new definition on React typescript version 2.9 --- types/react-input-mask/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/react-input-mask/index.d.ts b/types/react-input-mask/index.d.ts index 5b06b08bf1..0ca6fde742 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.HTMLAttributes { +interface Props extends React.InputHTMLAttributes { /** * Mask string. Format characters are: * * `9`: `0-9`