Skip to content

Commit

Permalink
fix(Button): wrong to type
Browse files Browse the repository at this point in the history
Resolves #1253
  • Loading branch information
benjamincanac committed Oct 30, 2024
1 parent 25378df commit 8ab4a14
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/runtime/types/button.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ export interface Button extends Link {
trailingIcon?: string
trailing?: boolean
leading?: boolean
to?: string | object
target?: string
square?: boolean
truncate?: boolean
}

0 comments on commit 8ab4a14

Please sign in to comment.