UNPKG

@markuplint/ml-spec

Version:

Types and schema that specs of the Markup languages for markuplint

6 lines (5 loc) 237 B
import type { ARIAVersion, MLMLSpec } from '../types/index.js'; export declare function getPermittedRoles(el: Element, version: ARIAVersion, specs: MLMLSpec): readonly { readonly name: string; readonly deprecated?: boolean; }[];