dd26470754
- Register all 24 components in mdx-components.tsx via client boundary - MDX files can now render real components inline (not just code blocks) - media.mdx updated with live Figure and PullQuote demos
8 lines
289 B
TypeScript
8 lines
289 B
TypeScript
'use client';
|
|
export {
|
|
Layout, Section, Article, Layer, Masthead, Rule, Footer,
|
|
Headline, Subhead, Kicker, BodyText, Quote, Byline, Dateline, Caption,
|
|
Image, Figure, Video, PullQuote,
|
|
BreakingNewsBanner, Folio, IndexBox, Factbox, RelatedArticles, AuthorCard,
|
|
} from 'newspaperui';
|