UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

6 lines (5 loc) 211 B
/** * The ID is generated using the `nanoid` library and is memoized to ensure * that it remains the same across renders unless the key changes. */ export declare const useStableId: (key?: string) => string;