UNPKG

@gechiui/block-editor

Version:
21 lines (18 loc) 508 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = exports.ViewerSlot = exports.ViewerFill = void 0; var _components = require("@gechiui/components"); /** * GeChiUI dependencies */ const { Slot: ViewerSlot, Fill: ViewerFill } = (0, _components.createSlotFill)('BlockEditorLinkControlViewer'); exports.ViewerFill = ViewerFill; exports.ViewerSlot = ViewerSlot; var _default = ViewerSlot; exports.default = _default; //# sourceMappingURL=viewer-slot.js.map