UNPKG

chatui2

Version:

The React library for Chatbot UI

5 lines (4 loc) 192 B
import React from 'react'; export interface FormActionsProps extends React.HTMLAttributes<HTMLDivElement> { } export declare const FormActions: (props: FormActionsProps) => React.JSX.Element;