Skip to content

Commit

Permalink
Merge pull request #34 from huntabyte/fix/button-types
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte authored Aug 13, 2023
2 parents 377e0d2 + 6ea08d1 commit 688e07f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/three-vans-cough.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@huntabyte/primitives": patch
---

fix button type
1 change: 0 additions & 1 deletion src/lib/primitives/button/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import type { HTMLAnchorAttributes, HTMLButtonAttributes } from "svelte/elements

type Builders = {
builders?: Builder[];
builder?: Builder;
};

interface AnchorElement extends Builders, HTMLAnchorAttributes {
Expand Down

0 comments on commit 688e07f

Please sign in to comment.