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.

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