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.

8 lines (7 loc) 227 B
import React from 'react'; type Props = { visible: boolean; onPress: () => void; }; declare const _default: React.MemoExoticComponent<({ visible, onPress }: Props) => React.JSX.Element | null>; export default _default;