diff --git a/packages/react-imask/README.md b/packages/react-imask/README.md index 65153803..c0b1e6bd 100644 --- a/packages/react-imask/README.md +++ b/packages/react-imask/README.md @@ -85,7 +85,14 @@ function IMaskWithHook () { setUnmaskedValue, typedValue, setTypedValue, - } = useIMask(opts, /* { onAccept, onComplete } */); + } = useIMask(opts, /* optional { + onAccept, + onComplete, + ref, + defaultValue, + defaultUnmaskedValue, + defaultTypedValue, + } */); return (