source:
trip-planner-front/node_modules/@fortawesome/angular-fontawesome/shared/utils/is-icon-lookup.util.d.ts@
e29cc2e
Last change on this file since e29cc2e was 59329aa, checked in by , 3 years ago | |
---|---|
|
|
File size: 187 bytes |
Line | |
---|---|
1 | import { IconLookup, IconProp } from '@fortawesome/fontawesome-svg-core'; |
2 | /** |
3 | * Returns if is IconLookup or not. |
4 | */ |
5 | export declare const isIconLookup: (i: IconProp) => i is IconLookup; |
Note:
See TracBrowser
for help on using the repository browser.