UNPKG

@wordpress/block-editor

Version:
12 lines (11 loc) 415 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CREATE_TYPE = void 0; // Used as a unique identifier for the "Create" option within search results. // Used to help distinguish the "Create" suggestion within the search results in // order to handle it as a unique case. const CREATE_TYPE = '__CREATE__'; exports.CREATE_TYPE = CREATE_TYPE; //# sourceMappingURL=constants.js.map