Component for displaying and managing a list of students.

  • Parameters

    • props: { setStudentList: any; studentList: any }

      Component props

      • setStudentList: any

        Setter for the student list

      • studentList: any

        List of students

    Returns Element