office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
14 lines (12 loc) • 547 B
JavaScript
define(["require", "exports", "./interfaces", "./Selection", "./SelectionLayout", "./SelectionZone"], function (require, exports, interfaces_1, Selection_1, SelectionLayout_1, SelectionZone_1) {
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(interfaces_1);
__export(Selection_1);
__export(SelectionLayout_1);
__export(SelectionZone_1);
});
//# sourceMappingURL=index.js.map