-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
VStack: Convert component to TypeScript #41850
Conversation
Size Change: +1.56 kB (0%) Total Size: 1.25 MB
ℹ️ View Unchanged
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ahh, If all components were this straightforward 😄
I whipped up a Storybook story to test out the props table, so I went ahead and pushed that to the branch, if that's ok. Feel free to make adjustments if you want!
Thanks 😃 |
What?
Converts the
VStack
component to TypeScript.Why?
Part of the @wordpress/components's TypeScript migration (#35744).
How?
VStack
to TypeScript.Testing Instructions