Skip to content

API Reference / @gtkx/components / ConstraintLayoutProps

Type Alias: ConstraintLayoutProps

ConstraintLayoutProps = object

Defined in: constraint-layout.d.ts:5

Props for ConstraintLayout.

Properties

children?

optional children?: ReactNode

Defined in: constraint-layout.d.ts:6


ref?

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

Defined in: constraint-layout.d.ts:7

Released under the MPL-2.0 License.