Skip to content

Commit

Permalink
Added exports for the blockAutoformatEditing and the `inlineAutofor…
Browse files Browse the repository at this point in the history
…matEditing`.
  • Loading branch information
niegowski committed Jul 30, 2024
1 parent 44fd251 commit 2832bf8
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 2832bf8

Please sign in to comment.