UNPKG

@chatui/core

Version:

The React library for Chatbot UI

6 lines (5 loc) 219 B
export { Form, ThemeContext } from './Form'; export type { FormProps } from './Form'; export { FormItem } from './FormItem'; export type { FormItemProps } from './FormItem'; export { FormActions } from './FormActions';