source:
trip-planner-front/node_modules/@fortawesome/angular-fontawesome/shared/utils/normalize-icon-spec.util.d.ts
Last change on this file was 59329aa, checked in by , 3 years ago | |
---|---|
|
|
File size: 275 bytes |
Line | |
---|---|
1 | import { IconDefinition, IconLookup, IconPrefix, IconProp } from '@fortawesome/fontawesome-svg-core'; |
2 | /** |
3 | * Normalizing icon spec. |
4 | */ |
5 | export declare const faNormalizeIconSpec: (iconSpec: IconProp | IconDefinition, defaultPrefix: IconPrefix) => IconLookup | IconDefinition; |
Note:
See TracBrowser
for help on using the repository browser.