Skip to content

Commit

Permalink
Merge pull request #17682 from ckeditor/ck/17681
Browse files Browse the repository at this point in the history
Fix (editor-classic): Export `ClassicEditorUIView` from package.
  • Loading branch information
Mati365 authored Dec 20, 2024
2 parents 3ba31a7 + 70c35a1 commit 9a8e24f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ckeditor5-editor-classic/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
*/

export { default as ClassicEditor } from './classiceditor.js';
export { default as ClassicEditorUIView } from './classiceditoruiview.js';

0 comments on commit 9a8e24f

Please sign in to comment.