Files
documentation/node_modules/remark-rehype/index.d.ts
2024-03-22 03:47:51 +05:30

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";