@sendbird/uikit-react
Version:
Sendbird UIKit for React: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.
14 lines (13 loc) • 453 B
TypeScript
import { ReactElement } from 'react';
import '../MessageFeedbackModal/index.scss';
/**
* @deprecated This feature is deprecated and will be removed in May 2026.
*/
export interface MessageFeedbackFailedModalProps {
text: string;
onCancel?: () => void;
}
/**
* @deprecated This feature is deprecated and will be removed in May 2026.
*/
export default function MessageFeedbackFailedModal(props: MessageFeedbackFailedModalProps): ReactElement;