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 Aug 6, 2023
1 parent 70c79fa commit 00b6282
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

1 comment on commit 00b6282

@vercel
Copy link

@vercel vercel bot commented on 00b6282 Aug 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ui – ./

ui.nuxtlabs.com
ui-git-dev-nuxtlabs.vercel.app
ui-nuxtlabs.vercel.app

Please sign in to comment.