pompy.dev/types/markdown-it-texmath.d.ts

4 lines
178 B
TypeScript

declare module "markdown-it-texmath" {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
export default function texmath(md: MarkdownIt, ...params: any[]): void
}