1 | export type ExtraProps = import('hast-util-to-jsx-runtime').ExtraProps;
|
2 | export type AllowElement = import('./lib/index.js').AllowElement;
|
3 | export type Components = import('./lib/index.js').Components;
|
4 | export type Options = import('./lib/index.js').Options;
|
5 | export type UrlTransform = import('./lib/index.js').UrlTransform;
|
6 | export { Markdown as default, defaultUrlTransform } from "./lib/index.js";
|