UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

12 lines 443 B
export var DocumentCardType; (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"; })(DocumentCardType || (DocumentCardType = {})); //# sourceMappingURL=DocumentCard.types.js.map