UNPKG

@hirebus/academy

Version:

React component library for academy and learning platforms

13 lines (12 loc) 392 B
interface EnhancementOptions { smartChapters: boolean; transcript: boolean; relatedTopics: boolean; } interface AiEnhancementResultsProps { options: EnhancementOptions; onBack: () => void; className?: string; } export declare function AiEnhancementResults({ options, onBack, className }: AiEnhancementResultsProps): import("react/jsx-runtime").JSX.Element; export {};