mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-19 22:41:42 +01:00
chore(components): improve JSDoc
This commit is contained in:
@@ -17,7 +17,9 @@ export interface ButtonProps extends UseComponentIconsProps, Omit<LinkProps, 'cu
|
||||
color?: ButtonVariants['color']
|
||||
variant?: ButtonVariants['variant']
|
||||
size?: ButtonVariants['size']
|
||||
/** Render the button with equal padding on all sides. */
|
||||
square?: boolean
|
||||
/** Render the button full width. */
|
||||
block?: boolean
|
||||
class?: any
|
||||
ui?: Partial<typeof button.slots>
|
||||
|
||||
Reference in New Issue
Block a user