UNPKG

@atlaskit/editor-common

Version:

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

11 lines (10 loc) 231 B
export type FeedbackInfo = { contentId?: string; coreVersion?: string; labels?: Array<string>; packageName?: string; packageVersion?: string; product?: string; sessionId?: string; tabId?: string; };