@sendbird/uikit-react
Version:
Sendbird UIKit for React: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.
12 lines (11 loc) • 359 B
TypeScript
import { ReactElement } from 'react';
import './index.scss';
/**
* @deprecated This feature is deprecated and will be removed in May 2026.
*/
export interface MobileFeedbackMenuProps {
hideMenu(): void;
onEditFeedback(): void;
onRemoveFeedback(): void;
}
export default function MobileFeedbackMenu(props: MobileFeedbackMenuProps): ReactElement;