From 9fc1486d6d8ca4eb627ea8b34fa58becb97fef42 Mon Sep 17 00:00:00 2001 From: Alexey Shytikov Date: Tue, 22 Oct 2019 22:50:50 +0200 Subject: [PATCH] [react-input-mask] exporting interface that could be used to correctly set properties of the react component (#39321) --- 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 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`