office-ui-fabric-react
Version:
Reusable React components for building experiences for Microsoft 365.
17 lines • 1.39 kB
JavaScript
define(["require", "exports", "tslib", "./BaseButton", "./Button.types", "./Button", "./ActionButton/ActionButton", "./CommandBarButton/CommandBarButton", "./CommandButton/CommandButton", "./CompoundButton/CompoundButton", "./DefaultButton/DefaultButton", "./MessageBarButton/MessageBarButton", "./PrimaryButton/PrimaryButton", "./IconButton/IconButton", "./SplitButton/SplitButton.classNames"], function (require, exports, tslib_1, BaseButton_1, Button_types_1, Button_1, ActionButton_1, CommandBarButton_1, CommandButton_1, CompoundButton_1, DefaultButton_1, MessageBarButton_1, PrimaryButton_1, IconButton_1, SplitButton_classNames_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
tslib_1.__exportStar(BaseButton_1, exports);
tslib_1.__exportStar(Button_types_1, exports);
tslib_1.__exportStar(Button_1, exports);
tslib_1.__exportStar(ActionButton_1, exports);
tslib_1.__exportStar(CommandBarButton_1, exports);
tslib_1.__exportStar(CommandButton_1, exports);
tslib_1.__exportStar(CompoundButton_1, exports);
tslib_1.__exportStar(DefaultButton_1, exports);
tslib_1.__exportStar(MessageBarButton_1, exports);
tslib_1.__exportStar(PrimaryButton_1, exports);
tslib_1.__exportStar(IconButton_1, exports);
tslib_1.__exportStar(SplitButton_classNames_1, exports);
});
//# sourceMappingURL=index.js.map