UNPKG

@markuplint/ml-spec

Version:

Types and schema that specs of the Markup languages for markuplint

3 lines (2 loc) 252 B
import type { ARIAVersion, Matches, MLMLSpec } from '../types/index.js'; export declare function getImplicitRole(specs: MLMLSpec, localName: string, namespace: string | null, version: ARIAVersion, matches: Matches): import("../index.js").ImplicitRole;