UNPKG

@atlaskit/editor-common

Version:

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

4 lines 225 B
/* eslint-disable @atlaskit/editor/no-re-export */ import { editorUGCTokensRefreshed } from './editor-ugc-token-names'; import editorUGCToken from './get-editor-ugc-token'; export { editorUGCToken, editorUGCTokensRefreshed };