office-ui-fabric-react
Version:
Reusable React components for building experiences for Microsoft 365.
7 lines • 515 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var Utilities_1 = require("../../Utilities");
var DocumentCardLocation_base_1 = require("./DocumentCardLocation.base");
var DocumentCardLocation_styles_1 = require("./DocumentCardLocation.styles");
exports.DocumentCardLocation = Utilities_1.styled(DocumentCardLocation_base_1.DocumentCardLocationBase, DocumentCardLocation_styles_1.getStyles, undefined, { scope: 'DocumentCardLocation' });
//# sourceMappingURL=DocumentCardLocation.js.map
;