Skip to content

Commit

Permalink
chore: adjust e2e button demo
Browse files Browse the repository at this point in the history
Appease svelte-check
  • Loading branch information
theetrain committed Jul 22, 2024
1 parent fb5fe86 commit 87ab626
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/svelte-4/src/lib/Button.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
export let variant = "primary"
export let disabled = false
/** @type {{ [key: string]: string }} */
export let definitions
/** @type {{ [key: string]: string } | undefined} */
export let definitions = undefined
</script>

<button {...$$restProps} {disabled} class="{variant} {size}">
Expand Down

0 comments on commit 87ab626

Please sign in to comment.