UNPKG

744 BTypeScriptView Raw
1/**
2 * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4 */
5/**
6 * @module heading
7 */
8export { default as Heading } from './heading.js';
9export type { HeadingOption, HeadingElementOption } from './headingconfig.js';
10export { default as HeadingEditing } from './headingediting.js';
11export { default as HeadingUI } from './headingui.js';
12export { default as HeadingButtonsUI } from './headingbuttonsui.js';
13export { default as Title, type TitleConfig } from './title.js';
14export type { HeadingConfig } from './headingconfig.js';
15export type { default as HeadingCommand } from './headingcommand.js';
16import './augmentation.js';