This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<script lang="ts">
|
||||
let { color = 'currentColor' }: { color?: string } = $props();
|
||||
const { color = 'currentColor' } = $props<{ color?: string }>();
|
||||
</script>
|
||||
|
||||
<svg
|
||||
|
||||
Reference in New Issue
Block a user