UNPKG

@ckeditor/ckeditor5-heading

Version:

Headings feature for CKEditor 5.

20 lines (19 loc) 859 B
/** * @license Copyright (c) 2003-2026, 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 type { HeadingOption, HeadingElementOption } from "./headingconfig.js"; export { HeadingEditing } from "./headingediting.js"; export { HeadingUI } from "./headingui.js"; export { HeadingButtonsUI } from "./headingbuttonsui.js"; export { HeadingCommand } from "./headingcommand.js"; export { Title, type HeadingTitleConfig } from "./title.js"; export type { HeadingConfig, HeadingParagraphOption } from "./headingconfig.js"; export { getLocalizedOptions as _getLocalizedHeadingOptions } from "./utils.js"; import "../theme/index-editor.css"; import "../theme/index-content.css"; import "./augmentation.js";