UNPKG

@medalsocial/meda

Version:

Shared Meda UI shell and runtime package.

4 lines (3 loc) 207 B
// Root re-export for `@medalsocial/meda` — exposes the most common // types/components without forcing consumers to import the full subpath. export { EmailBuilder, renderToEmailHtml, } from './index.js';