UNPKG

aurelia-fontawesome

Version:

Aurelia wrapper around the font awesome 5 library

4 lines (3 loc) 195 B
import { AbstractElement } from "@fortawesome/fontawesome-svg-core"; declare function convert(createElement: (tag: string) => Element, element: AbstractElement): Element; export default convert;