add ts missing animations (#429)

This commit is contained in:
Jason Lundien 2023-01-04 13:15:00 -06:00 committed by GitHub
parent 94dade023a
commit aed76ee588
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

7
index.d.ts vendored
View File

@ -18,6 +18,13 @@ interface FontAwesomeIconProps {
symbol?: boolean | string
title?: string
inverse?: boolean
bounce?: boolean
shake?: boolean
beat?: boolean
fade?: boolean
beatFade?: boolean
spinPulse?: boolean
spinReverse?: boolean
}
interface FontAwesomeLayersProps {