UNPKG

@atlaskit/editor-plugin-media-insert

Version:

Media Insert plugin for @atlaskit/editor-core

11 lines (10 loc) 223 B
export type OnInsertAttrs = { collection: string | undefined; dimensions?: { height: number; width: number; }; fileMimeType: string; id: string; occurrenceKey: string | undefined; };