clear button ts update
This commit is contained in:
parent
fd100c3ec4
commit
609f967c17
|
@ -1,6 +1,6 @@
|
|||
<script>
|
||||
export let small = false
|
||||
export let disabled
|
||||
<script lang="ts">
|
||||
export let small: boolean = false
|
||||
export let disabled: boolean = false
|
||||
</script>
|
||||
|
||||
<button
|
||||
|
|
Loading…
Reference in New Issue