1 | // Type definitions for @ckeditor/ckeditor5-heading 29.0
|
2 | // Project: https://ckeditor.com/docs/ckeditor5/latest/api/heading.html
|
3 | // Definitions by: Federico Panico <https://github.com/fedemp>
|
4 | // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
5 | // Minimum TypeScript Version: 4.3
|
6 |
|
7 | export { default as Heading } from './src/heading';
|
8 | export { default as HeadingEditing } from './src/headingediting';
|
9 | export { default as HeadingUI } from './src/headingui';
|
10 | export { default as HeadingButtonsUI } from './src/headingbuttonsui';
|
11 | export { default as Title } from './src/title';
|