UNPKG

@markuplint/ml-spec

Version:

Types and schema that specs of the Markup languages for markuplint

3 lines (2 loc) 177 B
import type { MLMLSpec } from '../types/index.js'; export declare function getAttrSpecs(el: Element, schema: MLMLSpec): readonly import("../types/index.js").Attribute[] | null;