mui-toolpad-extended-tuni
Version:
17 lines (16 loc) • 619 B
TypeScript
/** @format */
/**
* Component for loading specific course instance data.
*
* @version 2.1.0
* @new-component
* - Manages course instance state
* - Handles instance-specific data loading
* - Provides instance context to children
* - Supports microservice integration
* - Handles instance not found scenarios
* @description - This component is responsible for loading the course data and rendering the course tools
* @returns {React.ReactElement} - Returns the course loader component
*/
declare const CourseInstanceLoader: () => import("react/jsx-runtime").JSX.Element;
export default CourseInstanceLoader;