feat: rename lists to projects #2697

Closed
konrad wants to merge 53 commits from feature/rename-lists-to-projects into main
1 changed files with 1 additions and 1 deletions
Showing only changes of commit f0c2692dac - Show all commits

View File

@ -11,7 +11,7 @@ interface FontAwesomeIconProps {
flip?: FlipProp
icon: IconProp
mask?: IconLookup
projectItem?: boolean
listItem?: boolean
konrad marked this conversation as resolved Outdated

Wrong!

Wrong!
pull?: PullProp
pulse?: boolean
rotation?: 90 | 180 | 270 | '90' | '180' | '270'