react-instantsearch
Version:
⚡ Lightning-fast search for React, by Algolia
18 lines (16 loc) • 486 B
JavaScript
;
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
});