UNPKG

react-instantsearch

Version:
12 lines (11 loc) 401 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InternalHighlight = void 0; var _instantsearchUiComponents = require("instantsearch-ui-components"); var _react = require("react"); var InternalHighlight = exports.InternalHighlight = (0, _instantsearchUiComponents.createHighlightComponent)({ createElement: _react.createElement, Fragment: _react.Fragment });