| Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/js/ui/progressbar/src/ |
| Current File : /var/www/element/data/www/revenuestory.ru/bitrix/js/ui/progressbar/src/progressbar-color.js |
/**
* @namespace {BX.UI}
*/
export default class ProgressBarColor
{
static NONE = "ui-progressbar-none";
static DANGER = "ui-progressbar-danger";
static SUCCESS = "ui-progressbar-success";
static PRIMARY = "ui-progressbar-primary";
static WARNING = "ui-progressbar-warning";
}