Skip to content

API Reference / @gtkx/components / SizeGroupProps

Type Alias: SizeGroupProps

SizeGroupProps = object

Defined in: size-group.d.ts:5

Props for SizeGroup.

Properties

children?

optional children?: ReactNode

Defined in: size-group.d.ts:9


mode?

optional mode?: Gtk.SizeGroupMode | null

Defined in: size-group.d.ts:7

How the group equalizes sizes: horizontal, vertical, or both.


ref?

optional ref?: Ref<Gtk.SizeGroup | null>

Defined in: size-group.d.ts:8

Released under the MPL-2.0 License.