UNPKG

@mikezimm/fps-library-v2

Version:

Library of reusable typescript/javascript functions, interfaces and constants

13 lines (12 loc) 453 B
/** * CodeAnalizerComment: Updated 1 imports on 2024-09-22 14:49:52 * Update:: import { IWebpartBannerProps } to '@mikezimm/fps-core-v7/lib/banner/mainReact/IWebpartBannerProps;' */ import * as React from 'react'; export function PleaseSeeWiki(bannerProps) { return React.createElement("p", null, "Please see the ", bannerProps.gitHubRepo.wiki, " for more information"); } //# sourceMappingURL=SeeWiki.js.map