We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 766b80c commit bd95b76Copy full SHA for bd95b76
packages/ckeditor5-image/src/index.ts
@@ -43,6 +43,7 @@ export { default as ImageCaptionUI } from './imagecaption/imagecaptionui.js';
43
export { createImageTypeRegExp } from './imageupload/utils.js';
44
45
export type { ImageConfig } from './imageconfig.js';
46
+export type { ImageLoadedEvent } from './image/imageloadobserver.js';
47
export type { default as ImageTypeCommand } from './image/imagetypecommand.js';
48
export type { default as InsertImageCommand } from './image/insertimagecommand.js';
49
export type { default as ReplaceImageSourceCommand } from './image/replaceimagesourcecommand.js';
0 commit comments