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