Move to TypeScript
This commit is contained in:
@ -1,10 +1,9 @@
|
||||
<script>
|
||||
<script type="ts">
|
||||
import Icon from "./Icon.svelte";
|
||||
|
||||
export let title = 'Galerie';
|
||||
export let description = '';
|
||||
/** @type {string | undefined} */
|
||||
export let back = undefined;
|
||||
export let back: string | undefined = undefined;
|
||||
</script>
|
||||
|
||||
<header>
|
||||
|
||||
Reference in New Issue
Block a user