Skip to content

API Reference / @gtkx/components / SizeGroup

Variable: SizeGroup

const SizeGroup: (props) => ReactNode & object

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

Creates a Gtk.SizeGroup that keeps its member widgets at a common size. Members join the group through SizeGroup.Child.

Type Declaration

Child

Child: <C>(props) => ReactNode

Type Parameters

C

C extends ElementType

Parameters

props

SizeGroupChildProps<C>

Returns

ReactNode

Released under the MPL-2.0 License.