UNPKG

markdown-to-jsx

Version:

Convert markdown to JSX with ease for React and React-like projects. Super lightweight and highly configurable.

7 lines (6 loc) 194 B
import Markdown, { compiler, RuleType } from './index.tsx'; declare const _default: typeof Markdown & { compiler: typeof compiler; RuleType: typeof RuleType; }; export default _default;