- Added Custom Exams tab showing all exams from Generation page - Displays title, module badges, duration, and status - Added Create Exam button - Kept Exam Sessions tab for institutional sessions - Search filters across exams Made-with: Cursor
7 lines
250 B
TypeScript
7 lines
250 B
TypeScript
/**
|
|
* Safe Element.localName for all supported environments
|
|
* @param element
|
|
*/
|
|
export declare function getLocalName(element: Element): string;
|
|
export default function getRole(element: Element): string | null;
|
|
//# sourceMappingURL=getRole.d.ts.map
|