Update index.d.ts

This commit is contained in:
Deividi
2018-05-11 22:24:05 -03:00
committed by GitHub
parent 14458ce965
commit 16f2d8d59b

View File

@@ -21,7 +21,7 @@ export interface MaskedInputProps extends React.InputHTMLAttributes<HTMLInputEle
showMask?: boolean;
render: (ref: MaskedInput, props: any) => any;
render?: (ref: MaskedInput, props: any) => any;
}