@pnp/spfx-controls-react
Version:
Reusable React controls for SharePoint Framework solutions
9 lines • 407 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ProcessingState = void 0;
var ProcessingState;
(function (ProcessingState) {
ProcessingState[ProcessingState["idle"] = 0] = "idle";
ProcessingState[ProcessingState["processing"] = 1] = "processing";
})(ProcessingState || (exports.ProcessingState = ProcessingState = {}));
//# sourceMappingURL=ICarouselState.js.map