@ckeditor/ckeditor5-heading
Version:
Headings feature for CKEditor 5.
21 lines (20 loc) • 922 B
TypeScript
/**
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
/**
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
/**
* @module heading
*/
export { default as Heading } from './heading.js';
export type { HeadingOption, HeadingElementOption } from './headingconfig.js';
export { default as HeadingEditing } from './headingediting.js';
export { default as HeadingUI } from './headingui.js';
export { default as HeadingButtonsUI } from './headingbuttonsui.js';
export { default as Title, type TitleConfig } from './title.js';
export type { HeadingConfig } from './headingconfig.js';
export type { default as HeadingCommand } from './headingcommand.js';
import './augmentation.js';