mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
chore(useButtonGroup): indentation
This commit is contained in:
@@ -12,8 +12,8 @@ type ButtonGroupProps = {
|
||||
// make a ButtonGroupContext type for injection. Should include ButtonGroupProps
|
||||
type ButtonGroupContext = {
|
||||
children: ComponentInternalInstance[]
|
||||
register(child: ComponentInternalInstance): void
|
||||
unregister(child: ComponentInternalInstance): void
|
||||
register (child: ComponentInternalInstance): void
|
||||
unregister (child: ComponentInternalInstance): void
|
||||
orientation: 'horizontal' | 'vertical'
|
||||
size: string
|
||||
ui: Partial<typeof buttonGroup>
|
||||
|
||||
Reference in New Issue
Block a user