API Reference / @gtkx/components / Grid
Variable: Grid
constGrid: (props) =>ReactNode&object
Defined in: grid.d.ts:24
Renders a Gtk.Grid whose children are attached at explicit column/row positions via Grid.Child.
Type Declaration
Child
Child: <
C>(props) =>ReactNode
Type Parameters
C
C extends ElementType
Parameters
props
Returns
ReactNode