site/node_modules/rehype-mathjax/chtml.d.ts

3 lines
106 B
TypeScript
Raw Normal View History

2024-10-14 06:09:33 +00:00
export { default } from "./lib/chtml.js";
export type Options = import('./lib/create-plugin.js').Options;