UNPKG

ai-native-form

Version:

AI-powered React form assistant with GPT-4, speech input, and schema auto-generation.

5 lines (4 loc) 220 B
export { AIFormProvider } from "./context/AIFormProvider"; export { useAIForm } from "./hooks/useAIForm"; export { AIPromptInput } from "./components/AIPromptInput"; export { FillButton } from './components/FillButton';