UNPKG

@sendbird/uikit-react

Version:

Sendbird UIKit for React: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.

5 lines (4 loc) 198 B
import React from 'react'; import type { MobileBottomSheetProps } from './types'; declare const MobileBottomSheet: React.FunctionComponent<MobileBottomSheetProps>; export default MobileBottomSheet;