/** * @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';