Samuli Asmala
Samuli Asmala
I'd be happy to create a PR but first I'd need a comment from maintainers whether I should update the functionality (i.e. make `disabled` prop to work again) or the...
According to [this comment](https://github.com/chakra-ui/chakra-ui/issues/7243#issuecomment-1383939865) it's the typings which should be updated, but @segunadebayo can you confirm it?
It's also possible to define the types without a client instance if needed: ```ts import Mailgun from 'mailgun.js'; type MailgunClient = ReturnType; type MailgunMessageData = Parameters[1]; ```