UNPKG

@markuplint/ml-spec

Version:

Types and schema that specs of the Markup languages for markuplint

4 lines (3 loc) 237 B
import type { MLMLSpec } from '../types/index.js'; import type { Category } from '../types/permitted-structures.js'; export declare function getSelectorsByContentModelCategory(specs: MLMLSpec, category: Category): ReadonlyArray<string>;