UNPKG

eslint-plugin-vuejs-accessibility

Version:
5 lines (4 loc) 244 B
import type { AST } from "vue-eslint-parser"; import type { ARIARoleRelationConcept } from "aria-query"; declare function matchesElementRole(node: AST.VElement, elementRole: ARIARoleRelationConcept): boolean; export default matchesElementRole;