UNPKG

@sendbird/uikit-react

Version:

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

7 lines (6 loc) 167 B
import { ReactElement } from 'react'; interface Props { onCancel(): void; } declare const EditDetails: (props: Props) => ReactElement; export default EditDetails;