anki/ts/editor/MathjaxHandle.svelte

8 lines
223 B
Svelte
Raw Normal View History

2021-08-04 22:01:03 +02:00
<!--
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>