We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ee7437 commit 66dd544Copy full SHA for 66dd544
kit/src/lib/Tip.svelte
@@ -1,4 +1,8 @@
1
-<script>
+<script lang="ts">
2
+ interface IconData {
3
+ paths: string[];
4
+ }
5
+
6
export let warning = false;
7
</script>
8
0 commit comments