clear button ts update

This commit is contained in:
Peter Clement 2025-02-25 14:33:53 +00:00
parent fd100c3ec4
commit 609f967c17
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<script> <script lang="ts">
export let small = false export let small: boolean = false
export let disabled export let disabled: boolean = false
</script> </script>
<button <button