UNPKG

@ckeditor/ckeditor5-heading

Version:

Headings feature for CKEditor 5.

16 lines (15 loc) 606 B
/** * @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 heading */ export { Heading } from './heading.js'; export { HeadingEditing } from './headingediting.js'; export { HeadingUI } from './headingui.js'; export { HeadingButtonsUI } from './headingbuttonsui.js'; export { HeadingCommand } from './headingcommand.js'; export { Title } from './title.js'; export { getLocalizedOptions as _getLocalizedHeadingOptions } from './utils.js'; import './augmentation.js';