Skip to main content

Interface: GridChildProps

Defined in: react/src/types.ts:12

Extends

Properties

children?

optional children: ReactNode

Defined in: react/src/types.ts:4

Inherited from

SlotProps.children


column?

optional column: number

Defined in: react/src/types.ts:13


columnSpan?

optional columnSpan: number

Defined in: react/src/types.ts:15


row?

optional row: number

Defined in: react/src/types.ts:14


rowSpan?

optional rowSpan: number

Defined in: react/src/types.ts:16