Gavant / glint-template-types

MIT License
19 stars 20 forks source link

FaIcon missing `spin` arg #50

Closed catpinhao closed 1 year ago

catpinhao commented 2 years ago

FaIcon type declaration is missing the spin argument that's referenced in the ember-fontawesome docs (5th one down)

<FaIcon @icon="coffee" @spin={{true}} />
bakerac4 commented 1 year ago

Fixed by #77