glint-template-types has types for the ember-fontawesome module.
Within ember-fontawesome the class FaIconComponent has an optional parameter named transform that is typed as Transform however the component also supports a string type for this parameter which is not currently supported by glint-template-types:
glint-template-types has types for the ember-fontawesome module.
Within ember-fontawesome the class
FaIconComponent
has an optional parameter namedtransform
that is typed asTransform
however the component also supports astring
type for this parameter which is not currently supported by glint-template-types:https://github.com/FortAwesome/ember-fontawesome/blob/50c5d0f93bb5d992633bad98f64e39ae52541e8e/addon/components/fa-icon.js#L91-L96
this pr adjusts the transform parameter type to permit a string argument: