UNPKG

@markuplint/ml-spec

Version:

Types and schema that specs of the Markup languages for markuplint

3 lines (2 loc) 185 B
import type { ARIAVersion, ComputedRole, MLMLSpec } from '../types/index.js'; export declare function getExplicitRole(specs: MLMLSpec, el: Element, version: ARIAVersion): ComputedRole;