getRole.d.ts 250 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 /** * 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