UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

15 lines (13 loc) 484 B
"use strict"; (function (DocumentCardType) { /** * Standard DocumentCard. */ DocumentCardType[DocumentCardType["normal"] = 0] = "normal"; /** * Compact layout. Displays the preview beside the details, rather than above. */ DocumentCardType[DocumentCardType["compact"] = 1] = "compact"; })(exports.DocumentCardType || (exports.DocumentCardType = {})); var DocumentCardType = exports.DocumentCardType; //# sourceMappingURL=DocumentCard.Props.js.map