File: //home/arjun/projects/buyercall/node_modules/@ckeditor/ckeditor5-horizontal-line/src/index.js
/**
* @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
/**
* @module horizontal-line
*/
export { default as HorizontalLine } from './horizontalline';
export { default as HorizontalLineEditing } from './horizontallineediting';
export { default as HorizontalLineUI } from './horizontallineui';