-
-
Notifications
You must be signed in to change notification settings - Fork 331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(types): missing/wrong types for modal. dropdown, popup, transition #3082
Conversation
@prudho @KiddoV |
@lubber-de In your case, if you use I found myself doing something like this a lot: {
[...]
transition: {
showMethod: "fly left",
hideMethod: "fly left"
// I just leave the other fields alone and they will take their default values
},
} Using Take a look at the Fomantic-UI/types/fomantic-ui-toast.d.ts Line 355 in fb2d8fc
I think you should follow the approach used here... or maybe make |
@KiddoV Thanks for clarification 👍🏼, i just changed the PR accordingly. |
This LGTM! |
Description
Some types fixes to reflect settings in modal, dropdown, popup and transition
Closes
#3081