source: trip-planner-front/node_modules/@fortawesome/angular-fontawesome/shared/utils/is-icon-lookup.util.d.ts@ b738035

Last change on this file since b738035 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 187 bytes
Line 
1import { IconLookup, IconProp } from '@fortawesome/fontawesome-svg-core';
2/**
3 * Returns if is IconLookup or not.
4 */
5export declare const isIconLookup: (i: IconProp) => i is IconLookup;
Note: See TracBrowser for help on using the repository browser.