@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) • 437 B
TypeScript
import type { UserStruct } from '@sendbird/uikit-utils';
import type { GroupChannelInviteFragment } from '../domain/groupChannelUserList/types';
import type { UserListModule } from '../domain/userList/types';
declare const createGroupChannelInviteFragment: <UserType extends UserStruct>(initModule?: Partial<UserListModule<UserType>> | undefined) => GroupChannelInviteFragment<UserType>;
export default createGroupChannelInviteFragment;