UNPKG

@atlaskit/editor-plugin-metrics

Version:

Metrics plugin for @atlaskit/editor-core

7 lines (6 loc) 241 B
import type { MetricsPlugin } from './metricsPluginType'; /** * Metrics plugin to be added to an `EditorPresetBuilder` and used with `ComposableEditor` * from `@atlaskit/editor-core`. */ export declare const metricsPlugin: MetricsPlugin;