UNPKG

@quillforms/block-editor

Version:
16 lines (15 loc) 966 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.STORE_KEY = exports.SET_CURRENT_CHILD_BLOCK = exports.SET_CURRENT_BLOCK = exports.SET_BLOCK_ATTRIBUTES = exports.SET_BLOCKS = exports.SETUP_STORE = exports.REORDER_BLOCKS = exports.INSERT_BLOCK = exports.DELETE_BLOCK = void 0; const SET_BLOCK_ATTRIBUTES = exports.SET_BLOCK_ATTRIBUTES = 'SET_BLOCK_ATTRIBUTES'; const REORDER_BLOCKS = exports.REORDER_BLOCKS = 'REORDER_BLOCKS'; const INSERT_BLOCK = exports.INSERT_BLOCK = 'INSERT_BLOCK'; const SET_CURRENT_BLOCK = exports.SET_CURRENT_BLOCK = 'SET_CURRENT_BLOCK'; const DELETE_BLOCK = exports.DELETE_BLOCK = 'DELETE_BLOCK'; const SET_CURRENT_CHILD_BLOCK = exports.SET_CURRENT_CHILD_BLOCK = 'SET_CURRENT_CHILD_BLOCK'; const SETUP_STORE = exports.SETUP_STORE = 'SETUP_STORE'; const SET_BLOCKS = exports.SET_BLOCKS = 'SET_BLOCKS'; const STORE_KEY = exports.STORE_KEY = 'quillForms/block-editor'; //# sourceMappingURL=constants.js.map