1 | ;
|
2 |
|
3 | Object.defineProperty(exports, "__esModule", {
|
4 | value: true
|
5 | });
|
6 | exports.default = void 0;
|
7 | var _default = {
|
8 | START_LOADING: 'START_LOADING',
|
9 | STOP_LOADING: 'STOP_LOADING',
|
10 | START_PROGRESS_BAR: 'START_PROGRESS_BAR',
|
11 | TICK_PROGRESS_BAR: 'TICK_PROGRESS_BAR',
|
12 | STOP_PROGRESS_BAR: 'STOP_PROGRESS_BAR'
|
13 | };
|
14 | exports.default = _default;
|
15 | //# sourceMappingURL=LoadingEvent.js.map |
\ | No newline at end of file |