UNPKG

@vchatcloud/react-ui-kit

Version:

VChatCloud UI Kit for react integration

7 lines (6 loc) 258 B
interface WhisperModalProps { readonly onSend: (message: string) => void; readonly onCancel: () => void; } declare const WhisperModal: ({ onSend, onCancel }: WhisperModalProps) => import("react/jsx-runtime").JSX.Element; export default WhisperModal;