index.d.ts 518 B

12345678
  1. export type AllowElement = import("./lib/index.js").AllowElement;
  2. export type Components = import("./lib/index.js").Components;
  3. export type ExtraProps = import("./lib/index.js").ExtraProps;
  4. export type HooksOptions = import("./lib/index.js").HooksOptions;
  5. export type Options = import("./lib/index.js").Options;
  6. export type UrlTransform = import("./lib/index.js").UrlTransform;
  7. export { MarkdownAsync, MarkdownHooks, Markdown as default, defaultUrlTransform } from "./lib/index.js";
  8. //# sourceMappingURL=index.d.ts.map