office-ui-fabric-react
Version:
Reusable React components for building experiences for Microsoft 365.
19 lines • 1.26 kB
JavaScript
// If this file is moved or split, the scripts for building codepen examples will likely need to be updated.
Object.defineProperty(exports, "__esModule", { value: true });
var baseProductionCdnUrl = 'https://static2.sharepointonline.com/files/fabric/office-ui-fabric-react-assets/';
/** @deprecated Use the version from `@uifabric/example-data` instead. */
exports.TestImages = {
choiceGroupBarUnselected: baseProductionCdnUrl + 'choicegroup-bar-unselected.png',
choiceGroupBarSelected: baseProductionCdnUrl + 'choicegroup-bar-selected.png',
choiceGroupPieUnselected: baseProductionCdnUrl + 'choicegroup-pie-unselected.png',
choiceGroupPieSelected: baseProductionCdnUrl + 'choicegroup-pie-selected.png',
documentPreview: baseProductionCdnUrl + 'document-preview.png',
documentPreviewTwo: baseProductionCdnUrl + 'document-preview2.png',
documentPreviewThree: baseProductionCdnUrl + 'document-preview3.png',
iconOne: baseProductionCdnUrl + 'icon-one.png',
iconPpt: 'https://static2.sharepointonline.com/files/fabric/assets/item-types/32/pptx.png',
personaFemale: baseProductionCdnUrl + 'persona-female.png',
personaMale: baseProductionCdnUrl + 'persona-male.png',
};
//# sourceMappingURL=TestImages.js.map
;