@botonic/react
Version:
Build Chatbots using React
12 lines (11 loc) • 443 B
TypeScript
import { SENDERS } from '../../index-types';
interface MessageFooterProps {
enabletimestamps: boolean;
messageJSON: any;
sentBy: SENDERS;
feedbackEnabled: boolean;
inferenceId?: string;
botInteractionId?: string;
}
export declare const MessageFooter: ({ enabletimestamps, messageJSON, sentBy, feedbackEnabled, inferenceId, botInteractionId, }: MessageFooterProps) => import("react/jsx-runtime").JSX.Element;
export {};