UNPKG

instantsearch-ui-components

Version:

Common UI components for InstantSearch.

7 lines (6 loc) 333 B
import type { Renderer } from '../../types'; import type { ChatLayoutOwnProps } from './types'; export type ChatSidePanelLayoutProps = ChatLayoutOwnProps & { parentElement?: string; }; export declare function createChatSidePanelLayoutComponent({ createElement, }: Renderer): (userProps: ChatSidePanelLayoutProps) => JSX.Element;