fix: list item property name

This commit is contained in:
kolaente 2023-01-18 16:15:29 +01:00
parent 170ac59395
commit f0c2692dac
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ interface FontAwesomeIconProps {
flip?: FlipProp
icon: IconProp
mask?: IconLookup
projectItem?: boolean
listItem?: boolean
pull?: PullProp
pulse?: boolean
rotation?: 90 | 180 | 270 | '90' | '180' | '270'