Supports bi-directional import/export between MDX <=> Lexical. JSX will be mapped to lexical blocks back and forth. This will allow editing our mdx docs in payload while keeping mdx as the source of truth --------- Co-authored-by: Germán Jabloñski <43938777+GermanJablo@users.noreply.github.com>
4 lines
84 B
TypeScript
4 lines
84 B
TypeScript
'use client'
|
|
|
|
export { codeConverter as codeConverterClient } from './converter.js'
|