6 lines
187 B
TypeScript
6 lines
187 B
TypeScript
|
import { IconLookup, IconProp } from '@fortawesome/fontawesome-svg-core';
|
||
|
/**
|
||
|
* Returns if is IconLookup or not.
|
||
|
*/
|
||
|
export declare const isIconLookup: (i: IconProp) => i is IconLookup;
|