hojas/node_modules/mathjax-full/js/input/tex/braket/BraketMethods.d.ts

4 lines
129 B
TypeScript
Raw Permalink Normal View History

2026-05-14 10:56:04 +02:00
import { ParseMethod } from '../Types.js';
declare let BraketMethods: Record<string, ParseMethod>;
export default BraketMethods;