useModal
Hooks that exposes Modalfy's API. The object returned by useModal()
is covered in , you can get some nice autocomplete by utilizing ModalProp
.
Note: Prefer withModal()
HOC if you're using a Class component.
If you're using TypeScript and have your params types, you can get some nice autocomplete by utilizinguseModal()
like this:
Last updated