UNPKG

react-instantsearch

Version:
10 lines (7 loc) 277 B
import { createChatInlineLayoutComponent } from 'instantsearch-ui-components'; import { createElement, Fragment } from 'react'; var ChatInlineLayout = createChatInlineLayoutComponent({ createElement: createElement, Fragment: Fragment }); export { ChatInlineLayout };