@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) • 359 B
TypeScript
import type { OpenChannelMutedParticipantsFragment, OpenChannelMutedParticipantsModule } from '../domain/openChannelMutedParticipants/types';
declare const createOpenChannelMutedParticipantsFragment: (initModule?: Partial<OpenChannelMutedParticipantsModule>) => OpenChannelMutedParticipantsFragment;
export default createOpenChannelMutedParticipantsFragment;