index.js 493 B

123456789101112131415
  1. /**
  2. * @typedef {import('./lib/index.js').AllowElement} AllowElement
  3. * @typedef {import('./lib/index.js').Components} Components
  4. * @typedef {import('./lib/index.js').ExtraProps} ExtraProps
  5. * @typedef {import('./lib/index.js').HooksOptions} HooksOptions
  6. * @typedef {import('./lib/index.js').Options} Options
  7. * @typedef {import('./lib/index.js').UrlTransform} UrlTransform
  8. */
  9. export {
  10. MarkdownAsync,
  11. MarkdownHooks,
  12. Markdown as default,
  13. defaultUrlTransform
  14. } from './lib/index.js'