Skip to content

API Reference / @gtkx/components / Grid

Variable: Grid

const Grid: (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

GridChildProps<C>

Returns

ReactNode

Released under the MPL-2.0 License.