UNPKG

ai-native-form

Version:

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

8 lines (7 loc) 163 B
import React from "react"; interface Props { children: React.ReactNode; apiKey: string; } export declare const AIFormProvider: React.FC<Props>; export {};