UNPKG

qwik-latex

Version:

Katex based LaTeX rendering for Qwik

5 lines (4 loc) 139 B
declare const latex: (template: { raw: readonly string[] | ArrayLike<string>; }, ...substitutions: any[]) => string; export { latex };