UNPKG

@atlaskit/editor-common

Version:

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

13 lines 558 B
export var annotationPrefix = 'ak-editor-annotation'; export var AnnotationSharedClassNames = { focus: "".concat(annotationPrefix, "-focus"), blur: "".concat(annotationPrefix, "-blur"), draft: "".concat(annotationPrefix, "-draft"), hover: "".concat(annotationPrefix, "-hover") }; export var blockAnnotationPrefix = 'ak-editor-block-annotation'; export var BlockAnnotationSharedClassNames = { focus: "".concat(blockAnnotationPrefix, "-focus"), blur: "".concat(blockAnnotationPrefix, "-blur"), draft: "".concat(blockAnnotationPrefix, "-draft") };