UNPKG

@sendbird/uikit-chat-hooks

Version:

A set of React hooks for integrating Sendbird chat functionality into your React app.

7 lines (5 loc) 278 B
import type { UseOpenChannelList } from '../../types'; import { useOpenChannelListWithQuery } from './useOpenChannelListWithQuery'; export const useOpenChannelList: UseOpenChannelList = (sdk, userId, options) => { return useOpenChannelListWithQuery(sdk, userId, options); };