@pnp/spfx-controls-react
Version:
Reusable React controls for SharePoint Framework solutions
11 lines • 474 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EMyTeamsTypes = void 0;
var EMyTeamsTypes;
(function (EMyTeamsTypes) {
EMyTeamsTypes["SET_MYTEAMS"] = "SET_MYTEAMS";
EMyTeamsTypes["SET_MESSAGE"] = "SET_MESSAGE";
EMyTeamsTypes["SET_HAS_ERROR"] = "SET_HAS_ERROR";
EMyTeamsTypes["SET_IS_LOADING"] = "SET_IS_LOADING";
})(EMyTeamsTypes || (exports.EMyTeamsTypes = EMyTeamsTypes = {}));
//# sourceMappingURL=EMyTeamsTypes.js.map