UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Microsoft 365.

17 lines 1.19 kB
// If this file is moved or split, the scripts for building codepen examples will likely need to be updated. var baseProductionCdnUrl = 'https://static2.sharepointonline.com/files/fabric/office-ui-fabric-react-assets/'; /** @deprecated Use the version from `@uifabric/example-data` instead. */ 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: '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