UNPKG

@atlaskit/editor-plugin-media-editing

Version:

MediaEditing plugin for @atlaskit/editor-core

10 lines (9 loc) 225 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ACTIONS = void 0; var ACTIONS = exports.ACTIONS = { SHOW_IMAGE_EDITOR: 'SHOW_IMAGE_EDITOR', HIDE_IMAGE_EDITOR: 'HIDE_IMAGE_EDITOR' };