1 | /**
|
2 | * @typedef {import('hast-util-to-jsx-runtime').ExtraProps} ExtraProps
|
3 | * @typedef {import('./lib/index.js').AllowElement} AllowElement
|
4 | * @typedef {import('./lib/index.js').Components} Components
|
5 | * @typedef {import('./lib/index.js').Options} Options
|
6 | * @typedef {import('./lib/index.js').UrlTransform} UrlTransform
|
7 | */
|
8 |
|
9 | export {Markdown as default, defaultUrlTransform} from './lib/index.js'
|