UNPKG

@atlaskit/editor-common

Version:

A package that contains common classes and components for editor and renderer

5 lines (4 loc) 243 B
import { FabricChannel } from '@atlaskit/analytics-listeners'; import type { FireAnalyticsEvent } from './types'; export declare const editorAnalyticsChannel = FabricChannel.editor; export declare const fireAnalyticsEvent: FireAnalyticsEvent;