UNPKG

@atlaskit/editor-plugin-image-upload

Version:

Image upload plugin for @atlaskit/editor-core

5 lines (4 loc) 366 B
import type { InsertedImageProperties } from '@atlaskit/editor-common/provider-factory'; import type { Command, ImageUploadPluginReferenceEvent } from '@atlaskit/editor-common/types'; export declare const insertExternalImage: (options: InsertedImageProperties) => Command; export declare const startImageUpload: (event?: ImageUploadPluginReferenceEvent) => Command;