Skip to content

Type Tweaks #19

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

Merged
merged 3 commits into from
Nov 23, 2022
Merged

Type Tweaks #19

merged 3 commits into from
Nov 23, 2022

Conversation

digitaljohn
Copy link
Contributor

No description provided.

@digitaljohn digitaljohn added the enhancement New feature or request label Nov 22, 2022
@digitaljohn digitaljohn self-assigned this Nov 22, 2022
README.md Outdated
@@ -252,7 +252,8 @@ const Button = styled("button", {
},
});

type ButtonTypes = CSSComponentPropType<typeof Button, "primary">;
type ButtonVariants = CSSComponentPropType<typeof Button>;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The CSSComponentPropType import above was removed, would this line still be valid?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch!

@digitaljohn digitaljohn merged commit 12ea4f6 into master Nov 23, 2022
@digitaljohn digitaljohn deleted the tidy/types branch November 23, 2022 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants