Skip to content

API Reference / @gtkx/components / GridProps

Type Alias: GridProps

GridProps = GtkGridProps & object

Defined in: grid.d.ts:6

Props for Grid.

Type Declaration

children?

optional children?: ReactNode

ref?

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

Released under the MPL-2.0 License.