react-instantsearch
Version:
⚡ Lightning-fast search for React, by Algolia
18 lines (16 loc) • 490 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "ChatInlineLayout", {
enumerable: true,
get: function() {
return ChatInlineLayout;
}
});
var _instantsearchuicomponents = require("instantsearch-ui-components");
var _react = require("react");
var ChatInlineLayout = (0, _instantsearchuicomponents.createChatInlineLayoutComponent)({
createElement: _react.createElement,
Fragment: _react.Fragment
});