UNPKG

@readme/markdown

Version:

ReadMe's React-based Markdown parser

6 lines (5 loc) 204 B
/** * Inline component tags handled by mdxish-inline-components.ts. * Also excluded from block-level handling in mdxish-component-blocks.ts. */ export declare const INLINE_COMPONENT_TAGS: Set<string>;