Rob Madole 28e297f07a Release 6.1.1 (#18843) | 2 years ago | |
---|---|---|
.. | ||
LICENSE.txt | 2 years ago | |
README.md | 2 years ago | |
attribution.js | 2 years ago | |
index.d.ts | 2 years ago | |
package.json | 2 years ago |
"I came here to chew bubblegum and install Font Awesome 6 - and I'm all out of bubblegum"
Font Awesome 6 JavaScript packages support TypeScript. This package abstracts out some of the common definitions that those packages use.
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 = "..."
Start with GitHub issues and ping us on Twitter if you need to.