UNPKG

@defikitdotnet/education-module-ai

Version:
10 lines (9 loc) 286 B
import React from "react"; export interface AIQuizGeneratorProps { apiBaseUrl: string; teacherId: string; onComplete?: (content: any) => void; onCancel?: () => void; } export declare const AIQuizGenerator: React.FC<AIQuizGeneratorProps>; export default AIQuizGenerator;