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

3 lines
108 B
TypeScript

export { default } from "./lib/browser.js";
export type Options = import('./lib/create-plugin.js').Options;