import { Fun } from '@ephox/katamari'; const annotation = Fun.constant('mce-annotation'); const dataAnnotation = Fun.constant('data-mce-annotation'); const dataAnnotationId = Fun.constant('data-mce-annotation-uid'); export { annotation, dataAnnotation, dataAnnotationId };