-
Notifications
You must be signed in to change notification settings - Fork 832
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
Export more types #1839
Comments
What's your use case? |
It was done in the next branch. We reexported all the Props for all the components. |
@dmtrKovalenko should we export or not the types of the private components that we don't allow to override with |
No, but BasePickerProps are actually shared props between all public root components, so we export them |
So we can close? :) |
I`d like to make sure everything is exported, and then close it |
@xiaoyu-tamu Could you try the next version out (v4.0.0-alpha.7)? :) |
Thanks. I will try the next version when it release. v4.0.0-alpha.7 was released on May 6th. |
@xiaoyu-tamu Did you try |
Yes, it works👍👍👍 |
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
These types are very useful when integrated with other form libs or build on top of Date Input
Describe the solution you'd like
A clear and concise description of what you want to happen.
Export types such as BasePickerProps, DateRange, RangeInput
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: