API Reference / @gtkx/components / GridChildProps
Type Alias: GridChildProps<C>
GridChildProps<
C> =ChildProps<C,GridPlacement>
Defined in: grid.d.ts:19
Places a single child inside a Grid at a column and row, optionally spanning multiple cells.
Type Parameters
C
C extends ElementType