@medalsocial/meda
Version:
Shared Meda UI shell and runtime package.
8 lines (7 loc) • 399 B
JavaScript
// Dedicated subpath entry for MarkdownView.
//
// Importing `@medalsocial/meda/markdown-view` opts the consumer into the
// react-markdown / remark-gfm / rehype-highlight peer chain. Consumers who
// don't need markdown rendering should import from `@medalsocial/meda` /
// `@medalsocial/meda/primitives` instead — neither pulls these peers in.
export { MarkdownView } from './markdown-view.js';