1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 | export { default as Heading } from './heading.js';
|
9 | export type { HeadingOption, HeadingElementOption } from './headingconfig.js';
|
10 | export { default as HeadingEditing } from './headingediting.js';
|
11 | export { default as HeadingUI } from './headingui.js';
|
12 | export { default as HeadingButtonsUI } from './headingbuttonsui.js';
|
13 | export { default as Title, type TitleConfig } from './title.js';
|
14 | export type { HeadingConfig } from './headingconfig.js';
|
15 | export type { default as HeadingCommand } from './headingcommand.js';
|
16 | import './augmentation.js';
|