Closed minkoonim closed 4 months ago
vue-final-modal: 4.5.4 vue: 3.4.33 nuxt: 3.12.4
Ubuntu
not a runtime bug
open type definition to check "type UseModalOptions" from "Modal.d.ts"
UseModalOptions<ModalComp>['attrs'] has correct type, while useModalOptions lacks onClosed and so on.
oh man I realized it was my problem closed.
I have the same issue running version 4.5.5. So, the problem is not resolved.
Version
vue-final-modal: 4.5.4 vue: 3.4.33 nuxt: 3.12.4
OS
Ubuntu
Reproduction Link
not a runtime bug
Steps to reproduce
open type definition to check "type UseModalOptions" from "Modal.d.ts"
What is Expected? & What is happening?
UseModalOptions<ModalComp>['attrs'] has correct type,
while useModalOptions lacks onClosed and so on.