Files
est-frame/node_modules/remark-rehype/index.d.ts
2025-10-22 05:38:27 +00:00

4 lines
206 B
TypeScript
Executable File

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