| Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/js/ui/progressround/src/ |
| Current File : /var/www/element/data/www/revenuestory.ru/bitrix/js/ui/progressround/src/index.js |
import { Reflection } from 'main.core';
import 'ui.fonts.opensans';
import ProgressRound from './progressround';
import ProgressRoundColor from './progressround-color';
import ProgressRoundStatus from './progressround-status';
export {
ProgressRound,
ProgressRoundColor,
ProgressRoundStatus
};
const UI = Reflection.namespace('BX.UI');
/** @deprecated use BX.UI.ProgressRound or import { ProgressRound } from 'ui.progressround' */
UI.Progressround = ProgressRound;