UNPKG

@mikezimm/fps-library-v2

Version:

Library of reusable typescript/javascript functions, interfaces and constants

18 lines (17 loc) 786 B
/** * CodeAnalizerComment: Updated 1 imports on 2024-09-22 14:49:52 * Update:: import { IWebpartBannerProps } to '@mikezimm/fps-core-v7/lib/banner/mainReact/IWebpartBannerProps;' */ /// <reference types="react" /> import { IWebpartBannerProps } from '@mikezimm/fps-core-v7/lib/banner/mainReact/IWebpartBannerProps'; /** * README INSTRUCTIONS FOR USAGE: * In order to refresh EasyIcons used, be sure to pass in a refreshId in your main React component calling the banner. * Update it in State after you fetched all data. * * @param WebPartHelpPivots * @param bannerProps * @returns */ export declare function getWebPartHelpElementX(WebPartHelpPivots: JSX.Element[], bannerProps: IWebpartBannerProps): JSX.Element; //# sourceMappingURL=PropPaneHelp.d.ts.map