@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) • 310 B
TypeScript
import type { OpenChannelModerationFragment, OpenChannelModerationModule } from '../domain/openChannelModeration/types';
declare const createOpenChannelModerationFragment: (initModule?: Partial<OpenChannelModerationModule>) => OpenChannelModerationFragment;
export default createOpenChannelModerationFragment;