Files
conference-room-booking-system/frontend/node_modules/dom-accessibility-api/dist/getRole.d.ts
2025-08-20 21:01:11 -04:00

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