UNPKG

@readme/markdown

Version:

ReadMe's React-based Markdown parser

8 lines (7 loc) 285 B
import type { Transform } from 'mdast-util-from-markdown'; /** * Validates that MCPIntro components have a required url attribute. * Throws an error during compilation if the attribute is missing. */ declare const validateMCPIntro: () => Transform; export default validateMCPIntro;