| Current Path : /var/www/homesaver/www/bitrix/modules/ui/install/js/ui/bbcode/formatter/html-formatter/src/ |
| Current File : /var/www/homesaver/www/bitrix/modules/ui/install/js/ui/bbcode/formatter/html-formatter/src/index.js |
import { HtmlFormatter, type HtmlFormatterOptions } from './html-formatter';
import { HtmlFormatterComponent } from './html-formatter-component';
export {
HtmlFormatter,
HtmlFormatterComponent,
};
export type {
HtmlFormatterOptions,
};