Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@fortawesome/fontawesome-common-types) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@fortawesome/fontawesome-common-types - SVG with JavaScript
"I came here to chew bubblegum and install Font Awesome 7 - and I'm all out of bubblegum"
What is this package?
Font Awesome 7 JavaScript packages support TypeScript. This package abstracts out some of the common definitions that those packages use.
Here be dragons
If you are trying to import types from this package we highly recommend you do the following instead as all types in this package are re-exported to the main fontawesome package.
your.ts
import {
IconName
} from `@fortawesome/fontawesome-svg-core`
const myIcon: IconName = "..."
Issues and support
Start with GitHub issues and ping us on Twitter if you need to.