-
-
Notifications
You must be signed in to change notification settings - Fork 533
import interfaces from library #854
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
Comments
Bump on this. I also would like the prop interface similar to the v4 implementation 👍 . I think it should be as simple as exporting |
Hi We are still searching how to export the types from generated
Do not forget, exported Tooltip is the TooltipController: Line 3 in 4d6d3d5
|
Can you guys please let me know if this answer the question for now? |
Hi, |
Yeah, thanks Daniel! |
thanks to @gabrieljablonski 😃 |
Hello! Thanks for developing the library!
I have a question about how I can import interfaces from a library. In my project, I use TS and want to create a component to which I can partially transfer props that I will use in the tooltip, which is a child of this component. So how I can import the interfaces from the library? Thank you!
The text was updated successfully, but these errors were encountered: