UNPKG

@chatui/core

Version:

The React library for Chatbot UI

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