UNPKG

@sendbird/uikit-react-native

Version:

Sendbird UIKit for React Native: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.

6 lines (5 loc) 425 B
import type { SendbirdParticipant } from '@sendbird/uikit-utils'; import type { OpenChannelParticipantsFragment } from '../domain/openChannelUserList/types'; import type { UserListModule } from '../domain/userList/types'; declare const createOpenChannelParticipantsFragment: (initModule?: Partial<UserListModule<SendbirdParticipant>>) => OpenChannelParticipantsFragment; export default createOpenChannelParticipantsFragment;