UNPKG

@wordpress/block-editor

Version:
25 lines (23 loc) 851 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _components = require("@wordpress/components"); /** * WordPress dependencies */ const BlockControlsDefault = (0, _components.createSlotFill)('BlockControls'); const BlockControlsBlock = (0, _components.createSlotFill)('BlockControlsBlock'); const BlockControlsInline = (0, _components.createSlotFill)('BlockFormatControls'); const BlockControlsOther = (0, _components.createSlotFill)('BlockControlsOther'); const BlockControlsParent = (0, _components.createSlotFill)('BlockControlsParent'); const groups = { default: BlockControlsDefault, block: BlockControlsBlock, inline: BlockControlsInline, other: BlockControlsOther, parent: BlockControlsParent }; var _default = exports.default = groups; //# sourceMappingURL=groups.js.map