Skip to content

Commit bd95b76

Browse files
committed
Add necessary export.
1 parent 766b80c commit bd95b76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/ckeditor5-image/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export { default as ImageCaptionUI } from './imagecaption/imagecaptionui.js';
4343
export { createImageTypeRegExp } from './imageupload/utils.js';
4444

4545
export type { ImageConfig } from './imageconfig.js';
46+
export type { ImageLoadedEvent } from './image/imageloadobserver.js';
4647
export type { default as ImageTypeCommand } from './image/imagetypecommand.js';
4748
export type { default as InsertImageCommand } from './image/insertimagecommand.js';
4849
export type { default as ReplaceImageSourceCommand } from './image/replaceimagesourcecommand.js';

0 commit comments

Comments
 (0)