UNPKG

react-instantsearch

Version:
18 lines (16 loc) 486 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "InternalHighlight", { enumerable: true, get: function() { return InternalHighlight; } }); var _instantsearchuicomponents = require("instantsearch-ui-components"); var _react = require("react"); var InternalHighlight = (0, _instantsearchuicomponents.createHighlightComponent)({ createElement: _react.createElement, Fragment: _react.Fragment });