UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

2 lines (1 loc) 100 B
export declare const findReverse: <T>(items: T[], matches: (items: T) => boolean) => T | undefined;