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.

4 lines (3 loc) 247 B
import type { GroupChannelFragment, GroupChannelModule } from '../domain/groupChannel/types'; declare const createGroupChannelFragment: (initModule?: Partial<GroupChannelModule>) => GroupChannelFragment; export default createGroupChannelFragment;