UNPKG

@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.

10 lines (9 loc) 258 B
import React from 'react'; type Props = { uri: string; name: string; selected: boolean; disabled: boolean; }; declare const UserSelectableBar: ({ uri, name, selected, disabled }: Props) => React.JSX.Element; export default UserSelectableBar;