| Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/js/ui/cnt/src/ |
| Current File : /var/www/element/data/www/revenuestory.ru/bitrix/js/ui/cnt/src/cnt-size.js |
/**
* @namespace {BX.UI}
*/
export default class CounterSize
{
static SMALL = "ui-counter-sm";
static LARGE = "ui-counter-lg";
static MEDIUM = "ui-counter-md";
}