mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-28 19:00:35 +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
|
// make a ButtonGroupContext type for injection. Should include ButtonGroupProps
|
||||||
type ButtonGroupContext = {
|
type ButtonGroupContext = {
|
||||||
children: ComponentInternalInstance[]
|
children: ComponentInternalInstance[]
|
||||||
register(child: ComponentInternalInstance): void
|
register (child: ComponentInternalInstance): void
|
||||||
unregister(child: ComponentInternalInstance): void
|
unregister (child: ComponentInternalInstance): void
|
||||||
orientation: 'horizontal' | 'vertical'
|
orientation: 'horizontal' | 'vertical'
|
||||||
size: string
|
size: string
|
||||||
ui: Partial<typeof buttonGroup>
|
ui: Partial<typeof buttonGroup>
|
||||||
|
|||||||
Reference in New Issue
Block a user