UNPKG

@wordpress/block-editor

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