Skip to content

Commit

Permalink
Merge pull request #16820 from ckeditor/ck/16815
Browse files Browse the repository at this point in the history
Other (autoformat): The `blockAutoformatEditing` and the `inlineAutoformatEditing` are now exported from the package index. Closes #16815.
  • Loading branch information
niegowski authored Jul 30, 2024
2 parents 44fd251 + 2832bf8 commit 2b9341b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ckeditor5-autoformat/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@
*/

export { default as Autoformat } from './autoformat.js';
export { default as blockAutoformatEditing } from './blockautoformatediting.js';
export { default as inlineAutoformatEditing } from './inlineautoformatediting.js';

import './augmentation.js';

0 comments on commit 2b9341b

Please sign in to comment.