UNPKG

react-19-kit

Version:

Ready-to-use Chat UI Components for React(Javascript/Web)

10 lines (9 loc) 282 B
interface SearchBarProps { searchText?: string; placeholderText?: string; onChange?: (input: { value?: string; }) => void; } declare const CometChatSearchBar: (props: SearchBarProps) => import("react/jsx-runtime").JSX.Element; export { CometChatSearchBar };