Skip to content

API Reference / @gtkx/components / FixedProps

Type Alias: FixedProps

FixedProps = GtkFixedProps & object

Defined in: fixed.d.ts:7

Props for Fixed.

Type Declaration

children?

optional children?: ReactNode

ref?

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

Released under the MPL-2.0 License.