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 = { product?: string; packageVersion?: string; packageName?: string; labels?: Array<string>; sessionId?: string; contentId?: string; tabId?: string; coreVersion?: string; };