UNPKG

587 BTypeScriptView Raw
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
7export { default as Heading } from './src/heading';
8export { default as HeadingEditing } from './src/headingediting';
9export { default as HeadingUI } from './src/headingui';
10export { default as HeadingButtonsUI } from './src/headingbuttonsui';
11export { default as Title } from './src/title';