UNPKG

@chatui/core

Version:

The React library for Chatbot UI

8 lines (7 loc) 209 B
import React from 'react'; export type RateActionsProps = { upTitle?: string; downTitle?: string; onClick: (value: string) => void; }; export declare const RateActions: React.FC<RateActionsProps>;