UNPKG

@atlaskit/editor-common

Version:

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

10 lines (9 loc) 491 B
// Disable no-re-export rule for entry point files /* eslint-disable @atlaskit/editor/no-re-export */ export let NCS_STORAGE = /*#__PURE__*/function (NCS_STORAGE) { // remove step metrics keys when cleaning up platform_editor_remove_collab_step_metrics NCS_STORAGE["NCS_STORAGE_CLIENT_KEY"] = "ncs-session-step-metrics-storage"; NCS_STORAGE["NCS_SESSION_STEP_METRICS"] = "ncsSessionStepMetrics"; NCS_STORAGE["NCS_ACTIVE_SESSIONS"] = "ncsActiveSessions"; return NCS_STORAGE; }({});