UNPKG

react-instantsearch

Version:
21 lines (19 loc) 682 B
'use strict'; 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 }); // Marker used by `<Chat>` to auto-exempt inline layouts from the entry-point // validation, since inline chats are always visible (no trigger needed). ChatInlineLayout.$$inlineLayout = true;