| Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/js/ui/icons/generator/src/ |
| Current File : /var/www/element/data/www/revenuestory.ru/bitrix/js/ui/icons/generator/src/file-type.js |
/**
* @namespace {BX.UI.Icons.Generator}
*/
export default class FileType
{
static ARCHIVE = 'archive';
static MEDIA = "media";
static PICTURE = "picture";
static NONE = "none";
}