UNPKG

@atlaskit/editor-plugin-analytics

Version:

Analytics plugin for @atlaskit/editor-core

8 lines (7 loc) 272 B
import type { AnalyticsPlugin } from './analyticsPluginType'; /** * Analytics plugin to be added to an `EditorPresetBuilder` and used with `ComposableEditor` * from `@atlaskit/editor-core`. */ declare const analyticsPlugin: AnalyticsPlugin; export { analyticsPlugin };