office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
12 lines (11 loc) • 586 B
JavaScript
define(["require", "exports", './ExampleCard/ExampleCard', './Header/Header', './PropertiesTable/PropertiesTable', './PropertiesTable/PropertiesTableSet', './ComponentPage/ComponentPage'], function (require, exports, ExampleCard_1, Header_1, PropertiesTable_1, PropertiesTableSet_1, ComponentPage_1) {
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
__export(ExampleCard_1);
__export(Header_1);
__export(PropertiesTable_1);
__export(PropertiesTableSet_1);
__export(ComponentPage_1);
});