UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

8 lines 609 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UPLOAD_FOLDER_NAME = exports.CONTENT_URL = exports.CONTENT_IMAGE_STOCK_URL = exports.IMG_SUPPORTED_EXTENSIONS = void 0; exports.IMG_SUPPORTED_EXTENSIONS = "gif,jpg,jpeg,png,svg"; exports.CONTENT_IMAGE_STOCK_URL = "https://hubblecontent.osi.office.net/contentsvc/m365contentpicker/index.html?p=3&app=1001&aud=prod&channel=devmain&setlang=".concat("en", "&msel=0&env=prod&premium=1"); exports.CONTENT_URL = "https://hubblecontent.osi.office.net"; exports.UPLOAD_FOLDER_NAME = "My assets"; //# sourceMappingURL=constants.js.map