@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.
8 lines (7 loc) • 365 B
TypeScript
import React from 'react';
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) => React.JSX.Element;
export default TypedPlaceholder;