Type Alias: SlotProps
SlotProps =
object
Defined in: packages/react/src/jsx.ts:339
Props for slot-based child positioning.
See
Slot for type-safe slot usage
Properties
children?
optionalchildren:ReactNode
Defined in: packages/react/src/jsx.ts:343
Content to place in the slot
id?
optionalid:string
Defined in: packages/react/src/jsx.ts:341
The slot identifier