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.

9 lines (8 loc) 225 B
type Props = { uri: string; name: string; selected: boolean; disabled: boolean; }; declare const UserSelectableBar: ({ uri, name, selected, disabled }: Props) => JSX.Element; export default UserSelectableBar;