UNPKG

@yext/search-headless

Version:

A library for powering UI components for Yext Search integrations

10 lines 296 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_HEADLESS_ID = void 0; /** * The headlessId automatically given to the first SearchHeadless instance created. * * @public */ exports.DEFAULT_HEADLESS_ID = 'main'; //# sourceMappingURL=constants.js.map