UNPKG

@atlaskit/editor-plugin-loom

Version:

Loom plugin for @atlaskit/editor-core

4 lines (3 loc) 260 B
import { type EditorAnalyticsAPI } from '@atlaskit/editor-common/analytics'; import type { QuickInsertHandlerFn } from '@atlaskit/editor-common/types'; export declare const getQuickInsertItem: (editorAnalyticsAPI?: EditorAnalyticsAPI) => QuickInsertHandlerFn;