📄 index.d.ts
/home/palash/git/local-ai/node_modules/marked-katex-extension/src/index.d.ts
Language: ts • Lines: 8
import type { KatexOptions } from 'katex';
import type { MarkedExtension } from 'marked';

export interface MarkedKatexOptions extends KatexOptions {
  nonStandard?: boolean
}

export default function markedKatex(options?: MarkedKatexOptions): MarkedExtension;