UNPKG

@chatui/core

Version:

The React library for Chatbot UI

9 lines (8 loc) 263 B
import React from 'react'; export type FormProps = { className?: string; /** @deprecated Use `<Input>`'s `variant` instead */ theme?: string; }; export declare const ThemeContext: React.Context<string>; export declare const Form: React.FC<FormProps>;