UNPKG

instantsearch-ui-components

Version:

Common UI components for InstantSearch.

4 lines (3 loc) 230 B
import type { Renderer } from '../../types'; import type { ChatLayoutOwnProps } from './types'; export declare function createChatInlineLayoutComponent({ createElement }: Renderer): (userProps: ChatLayoutOwnProps) => JSX.Element;