UNPKG

eslint-plugin-vuejs-accessibility

Version:
4 lines (3 loc) 194 B
import type { AST } from "vue-eslint-parser"; declare function getElementAttribute(node: AST.VElement, name: string): AST.VAttribute | AST.VDirective | null; export default getElementAttribute;