UNPKG

@markuplint/ml-spec

Version:

Types and schema that specs of the Markup languages for markuplint

6 lines (5 loc) 232 B
import type { MLMLSpec } from '../types/index.js'; export declare function isPalpableElement(el: Element, specs: MLMLSpec, options?: { readonly extendsSvg?: boolean; readonly extendsExposableElements?: boolean; }): boolean;