UNPKG

decap-cms-core

Version:

Decap CMS core application, see decap-cms package for the main distribution.

14 lines (13 loc) 345 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SET_EDITOR_CONTROL = void 0; exports.setEditorControl = setEditorControl; const SET_EDITOR_CONTROL = exports.SET_EDITOR_CONTROL = 'SET_EDITOR_CONTROL'; function setEditorControl(control) { return { type: SET_EDITOR_CONTROL, payload: control }; }