UNPKG

next-instantsearch

Version:

Server side rendering with Next.js and React InstantSearch

16 lines 835 B
"use strict"; var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; })); var __exportStar = (this && this.__exportStar) || function(m, exports) { for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); } Object.defineProperty(exports, "__esModule", { value: true }); var with_instantsearch_1 = require("./with-instantsearch"); Object.defineProperty(exports, "withInstantSearch", { enumerable: true, get: function () { return with_instantsearch_1.default; } }); __exportStar(require("./utils"), exports); //# sourceMappingURL=index.js.map