UNPKG

react-instantsearch

Version:
13 lines (10 loc) 469 B
import { createChatInlineLayoutComponent } from 'instantsearch-ui-components'; import { createElement, Fragment } from 'react'; var ChatInlineLayout = createChatInlineLayoutComponent({ createElement: createElement, Fragment: 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; export { ChatInlineLayout };