-
Notifications
You must be signed in to change notification settings - Fork 842
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
Convert EuiFacetButton
to TS
#2226
Conversation
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.
LGTM, I just had one unrelated ask.
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.
I added two suggestions for alternatives to importing/exporting EuiFacetButtonProps
.
Perhaps I misunderstood the intent, but I believe they'll behave the same and avoid the renaming
@jfsiii Right idea, but apparently exporting members like that inside of a declaration block doesn't work. |
Ah, I missed that this was inside |
* convert euifacetbutton to ts * concat className * CL
Summary
Fixes #2216 and converts
EuiFacetButton
to TypeScript.Checklist
- [ ] Checked in dark mode- [ ] Checked in mobile- [ ] Checked in IE11 and Firefox- [ ] Props have proper autodocs- [ ] Added documentation examples- [ ] Added or updated jest tests- [ ] Checked for breaking changes and labeled appropriately- [ ] Checked for accessibility including keyboard-only and screenreader modes