Skip to content

Commit

Permalink
fix(Button): add missing prop types (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
171h authored and benjamincanac committed Sep 7, 2023
1 parent b243e8c commit a8a1c15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/runtime/types/button.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,16 @@ export interface Button extends Link {
label?: string
loading?: boolean
disabled?: boolean
padded?: boolean
size?: string
color?: string
variant?: string
icon?: string
loadingIcon?: string
leadingIcon?: string
trailingIcon?: string
trailing?: boolean
leading?: boolean
to?: string | object
target?: string
square?: boolean
Expand Down

0 comments on commit a8a1c15

Please sign in to comment.