/**
 * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * @module paragraph
 */
export { default as Paragraph } from './paragraph.js';
export { default as ParagraphButtonUI } from './paragraphbuttonui.js';
export type { default as ParagraphCommand } from './paragraphcommand.js';
export type { default as InsertParagraphCommand } from './insertparagraphcommand.js';
import './augmentation.js';
