UNPKG

@atlaskit/editor-plugin-image-upload

Version:

Image upload plugin for @atlaskit/editor-core

4 lines (3 loc) 224 B
import type { Command } from '@atlaskit/editor-common/types'; import type { UploadHandlerReference } from '../types'; export declare const insertActionForToolbar: (uploadHandlerReference: UploadHandlerReference) => Command;