CoolFace
Apppublic

AK-21/Graphite-Industrial-Intelligence

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
index.js16 linesDownload Raw Back to react-markdown
1/**2 * @typedef {import('./lib/index.js').AllowElement} AllowElement3 * @typedef {import('./lib/index.js').Components} Components4 * @typedef {import('./lib/index.js').ExtraProps} ExtraProps5 * @typedef {import('./lib/index.js').HooksOptions} HooksOptions6 * @typedef {import('./lib/index.js').Options} Options7 * @typedef {import('./lib/index.js').UrlTransform} UrlTransform8 */9 10export {11  MarkdownAsync,12  MarkdownHooks,13  Markdown as default,14  defaultUrlTransform15} from './lib/index.js'16