mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
7 lines
223 B
Svelte
7 lines
223 B
Svelte
<!--
|
|
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>
|