UNPKG

@mikezimm/fps-library-v2

Version:

Library of reusable typescript/javascript functions, interfaces and constants

13 lines (12 loc) 557 B
/** * CodeAnalizerComment: Updated 1 imports on 2024-09-21 23:07:24 * Update:: import { JSONViewerUrl } to '@mikezimm/fps-core-v7/lib/components/atoms/Links/CommonDevUrls;' */ import { PropertyPaneLink, } from '@microsoft/sp-property-pane'; import { JSONViewerUrl } from '@mikezimm/fps-core-v7/lib/components/atoms/Links/CommonDevUrls'; export const JSON_Edit_Link = PropertyPaneLink('JSON Link', { text: 'Use this site to more easily work on JSON', href: JSONViewerUrl, target: '_blank', }); //# sourceMappingURL=JSONEdit.js.map