Skip to content
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

Issue #415 Sync types in index.d.ts FontAwesomeIconProps to match actual expected props in FontAwesomeIcon.js. #416

Closed
wants to merge 1 commit into from

Conversation

brandon-mork
Copy link

Issue #415 Sync types in index.d.ts FontAwesomeIconProps to match actual expected props in FontAwesomeIcon.js.

…o match actual expected props in FontAwesomeIcon.js.
@@ -12,12 +12,20 @@ interface FontAwesomeIconProps {
pulse?: boolean
rotation?: 90 | 180 | 270 | '90' | '180' | '270'
swapOpacity?: boolean
size?: 'lg' | 'xs' | 'sm' | '1x' | '2x' | '3x' | '4x' | '5x' | '6x' | '7x' | '8x' | '9x' | '10x'
size?: '2xs' | 'xs' | 'sm' | 'lg' | 'xl' | '2xl' | '1x' | '2x' | '3x' | '4x' | '5x' | '6x' | '7x' | '8x' | '9x' | '10x'
Copy link
Author

Choose a reason for hiding this comment

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

Updates sync types file to match changes made under #366

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants