You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
201 B

declare const _default: {
START_LOADING: string;
STOP_LOADING: string;
START_PROGRESS_BAR: string;
TICK_PROGRESS_BAR: string;
STOP_PROGRESS_BAR: string;
};
export default _default;