UNPKG

695 BTypeScriptView Raw
1/**
2 * @license Copyright (c) 2003-2023, 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';
9export type { HeadingOption } from './headingconfig';
10export { default as HeadingEditing } from './headingediting';
11export { default as HeadingUI } from './headingui';
12export { default as HeadingButtonsUI } from './headingbuttonsui';
13export { default as Title, type TitleConfig } from './title';
14export type { HeadingConfig } from './headingconfig';
15export type { default as HeadingCommand } from './headingcommand';
16import './augmentation';