Add MathjaxHandle

This commit is contained in:
Henrik Giesel 2021-08-04 22:01:03 +02:00
parent 14aaa10bf3
commit 6b14afda27

View file

@ -0,0 +1,7 @@
<!--
Copyright: Ankitects Pty Ltd and contributors
License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
-->
<script lang="ts">
export let activeMathjax: HTMLImageElement | null = null;
</script>