UNPKG
qwik-latex
Version:
latest (1.0.3)
1.0.3
1.0.2
Katex based LaTeX rendering for Qwik
github.com/mikezamora/qwik-latex
mikezamora/qwik-latex
qwik-latex
/
lib-types
/
index.d.ts
4 lines
(3 loc)
•
118 B
TypeScript
View Raw
1
2
3
4
import
{
LaTeX
}
from
"./components/latex/Latex"
;
import
{ latex }
from
"./lib/LatexString"
;
export
{
LaTeX
, latex };