We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While we are here shall we add a flow types for types_first setting that is coming. Not sure if View has a flow type definition so try;
type ViewProps= typeof View type ContainerProps = { color: string, ...ViewProps, } export const Container: ContainerProps ...
I'm not sure if would need to do ComponentType<ContainerProps>. Or could flag in that types first stylesheet ticket to update the generator then?
ComponentType<ContainerProps>
Originally posted by @ChristieRobson in #15 (comment)
The text was updated successfully, but these errors were encountered:
ChristieRobson
No branches or pull requests
While we are here shall we add a flow types for types_first setting that is coming. Not sure if View has a flow type definition so try;
I'm not sure if would need to do
ComponentType<ContainerProps>
. Or could flag in that types first stylesheet ticket to update the generator then?Originally posted by @ChristieRobson in #15 (comment)
The text was updated successfully, but these errors were encountered: