UNPKG

@defikitdotnet/education-module-ai

Version:
5 lines (4 loc) 172 B
import React from "react"; export type CourseLevel = "beginner" | "intermediate" | "advanced"; declare const StudentPortalPage: React.FC; export default StudentPortalPage;