| 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-size.js |
/**
* @namespace {BX.UI}
*/
export default class ProgressBarSize
{
static MEDIUM = "ui-progressbar-md";
static LARGE = "ui-progressbar-lg";
}