ship-gis/node_modules/dom-accessibility-api/dist/getRole.d.ts

7 lines
250 B
TypeScript
Raw Normal View 히스토리

2026-01-22 09:14:01 +09:00
/**
* 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