UNPKG

cozy-search

Version:

UI components about search bar and IA assistant

8 lines (7 loc) 201 B
export default ConversationBar; declare function ConversationBar({ value, isEmpty, onKeyDown, ...props }: { [x: string]: any; value: any; isEmpty: any; onKeyDown: any; }): JSX.Element;