site/node_modules/remark-rehype/index.d.ts
2024-10-14 08:09:33 +02:00

4 lines
206 B
TypeScript

export { default } from "./lib/index.js";
export type Options = import('./lib/index.js').Options;
export { defaultFootnoteBackContent, defaultFootnoteBackLabel, defaultHandlers } from "mdast-util-to-hast";