UNPKG

@gathertown/uikit-react-native

Version:

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

7 lines (6 loc) 332 B
type Props = { type: 'no-muted-members' | 'no-muted-participants' | 'no-banned-users' | 'no-channels' | 'no-messages' | 'no-users' | 'no-results-found' | 'error-wrong' | 'loading'; onPressRetry?: () => void; }; declare const TypedPlaceholder: ({ type, onPressRetry }: Props) => JSX.Element; export default TypedPlaceholder;