UNPKG

@mikezimm/fps-library-v2

Version:

Library of reusable typescript/javascript functions, interfaces and constants

12 lines (11 loc) 674 B
/** * CodeAnalizerComment: Updated 1 imports on 2024-09-22 14:49:52 * Update:: import { getFPSEasyIconSummary } to '@mikezimm/fps-core-v7/lib/components/atoms/easy-icons/functions/windowEasyIcons;' */ /// <reference types="react" /> import { IEasyIcons } from '@mikezimm/fps-core-v7/lib/components/atoms/easy-icons/interfaces/eiTypes'; export declare const AccordionTitleClass: string; export declare const AccordionTitleCollapsedClass: string; export declare const AccordionTitleExpandClass: string; export declare function getEasyIconsHelp(EasyIcons: IEasyIcons, _forceMainRender: any, headerText?: string): JSX.Element; //# sourceMappingURL=eiHelp.d.ts.map