UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

15 lines 973 B
var baseProductionCdnUrl = 'https://static2.sharepointonline.com/files/fabric/office-ui-fabric-react-assets/'; export var 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: baseProductionCdnUrl + 'icon-ppt.png', personaFemale: baseProductionCdnUrl + 'persona-female.png', personaMale: baseProductionCdnUrl + 'persona-male.png' }; //# sourceMappingURL=TestImages.js.map