@ckeditor/ckeditor5-heading
Version:
Headings feature for CKEditor 5.
18 lines (17 loc) • 791 B
TypeScript
/**
* @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 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 './augmentation.js';