mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-25 08:06:22 +08:00
Update index.d.ts
This commit is contained in:
2
types/react-text-mask/index.d.ts
vendored
2
types/react-text-mask/index.d.ts
vendored
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user