UNPKG

@markuplint/ml-spec

Version:

Types and schema that specs of the Markup languages for markuplint

5 lines (4 loc) 350 B
import type { ImplicitRole } from '../types/aria.js'; import type { ARIAVersion, ComputedRole, MLMLSpec } from '../types/index.js'; export declare function getImplicitRole(specs: MLMLSpec, el: Element, version: ARIAVersion): ComputedRole; export declare function getImplicitRoleName(el: Element, version: ARIAVersion, specs: MLMLSpec): ImplicitRole;