mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-19 14:31:47 +01:00
chore(components): improve JSDoc
This commit is contained in:
@@ -14,6 +14,10 @@ type ButtonGroupVariants = VariantProps<typeof buttonGroup>
|
||||
|
||||
export interface ButtonGroupProps extends Omit<PrimitiveProps, 'asChild'> {
|
||||
size?: ButtonProps['size']
|
||||
/**
|
||||
* The orientation the buttons are laid out.
|
||||
* @defaultValue `'horizontal'`
|
||||
*/
|
||||
orientation?: ButtonGroupVariants['orientation']
|
||||
class?: any
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user