UNPKG

@wordpress/block-library

Version:
50 lines (48 loc) 2.08 kB
"use strict"; var __defProp = Object.defineProperty; var __getOwnPropDesc = Object.getOwnPropertyDescriptor; var __getOwnPropNames = Object.getOwnPropertyNames; var __hasOwnProp = Object.prototype.hasOwnProperty; var __export = (target, all) => { for (var name in all) __defProp(target, name, { get: all[name], enumerable: true }); }; var __copyProps = (to, from, except, desc) => { if (from && typeof from === "object" || typeof from === "function") { for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); } return to; }; var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); // packages/block-library/src/navigation-link/shared/index.js var shared_exports = {}; __export(shared_exports, { BindingHelpText: () => import_controls.BindingHelpText, Controls: () => import_controls.Controls, LinkUI: () => import_link_ui.LinkUI, MissingEntityHelpText: () => import_controls.MissingEntityHelpText, buildNavigationLinkEntityBinding: () => import_use_entity_binding.buildNavigationLinkEntityBinding, updateAttributes: () => import_update_attributes.updateAttributes, useEntityBinding: () => import_use_entity_binding.useEntityBinding, useHandleLinkChange: () => import_use_handle_link_change.useHandleLinkChange }); module.exports = __toCommonJS(shared_exports); var import_controls = require("./controls"); var import_update_attributes = require("./update-attributes"); var import_use_entity_binding = require("./use-entity-binding"); var import_link_ui = require("../link-ui"); var import_use_handle_link_change = require("./use-handle-link-change"); // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = { BindingHelpText, Controls, LinkUI, MissingEntityHelpText, buildNavigationLinkEntityBinding, updateAttributes, useEntityBinding, useHandleLinkChange }); //# sourceMappingURL=index.js.map