-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Initial Flow definition for emotion #129
Comments
Thanks for this! And for what it's worth, I've been planning to work on flow definitions as soon as #37 is finished. Of course no hard feelings if you or someone else is itching to get this sooner than I am. 😋 |
Is there anything available to annotate styled components? styled.div`
color: ${color}; /* I want to annotate `color` as `string` */
` |
I see that the source code is written in Flow, does this mean that I can use |
@thangngoc89 have you ever considered adding your definitions to https://github.com/flowtype/flow-typed ? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
Any chance this could be reopened to add types for |
I'm integrating emotion into a Flow typed project, I've created a simple emotion flow definition. It's far from complete and only serves my use cases with template literal. I hope this will be a good starting point for anyone working on a flow definition.
The text was updated successfully, but these errors were encountered: