UNPKG

@markuplint/ml-spec

Version:

Types and schema that specs of the Markup languages for markuplint

7 lines (6 loc) 378 B
import type { ARIAVersion, MLMLSpec } from '../types/index.js'; export declare function ariaSpecs(specs: MLMLSpec, version: ARIAVersion): { readonly roles: readonly import("../types/index.js").ARIARoleInSchema[]; readonly graphicsRoles: readonly import("../types/index.js").ARIARoleInSchema[]; readonly props: readonly import("../types/index.js").ARIAProperty[]; };