@mikezimm/fps-core-v7
Version:
Library of reusable core interfaces, types and constants migrated from fps-library-v2
12 lines • 626 B
TypeScript
import { IMinStandardIconObject } from "../interfaces/IMinStandardIconObject";
import { ISystemEasyIcon } from "./ISystemEasyIcon";
/**
* getEasySystemIcon: Pass in an array of ISystemEasyIcon and it will try to get the imageUrl based on
* the titles ( exact match )
* the urls ( partial match )
* @param EasySysIcons constants: AllEasySystemIcons, EasyCCSPageIcons, EasySystemListIcons, EasySystemLibraryIcons
* @param item
* @returns
*/
export declare function getEasySystemIcon(EasySysIcons: ISystemEasyIcon[], item: IMinStandardIconObject): string;
//# sourceMappingURL=getEasySystemIcon.d.ts.map