@pnp/spfx-controls-react
Version:
Reusable React controls for SharePoint Framework solutions
7 lines • 355 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.URL_REGEX = exports.TILE_HEIGHT = exports.PHOTO_URL = void 0;
exports.PHOTO_URL = "/_layouts/15/userphoto.aspx?size=M&accountname=";
exports.TILE_HEIGHT = 70;
exports.URL_REGEX = /(https?:\/\/(?:[-\w.])+(?::[0-9]+)?(?:\/[^\s]*)?)/g;
//# sourceMappingURL=constants.js.map