| Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/js/ui/buttons/src/button/ |
| Current File : /var/www/element/data/www/revenuestory.ru/bitrix/js/ui/buttons/src/button/button-size.js |
/**
* @namespace {BX.UI}
*/
export default class ButtonSize
{
static LARGE = 'ui-btn-lg';
static MEDIUM = 'ui-btn-md';
static SMALL = 'ui-btn-sm';
static EXTRA_SMALL = 'ui-btn-xs';
}