Interface: PuckComponentData
Defined in: puckData.types.ts:9
One component in Puck's tree. props.id is Puck's handle for it; a slot-typed prop holds
the slot's children inline as a PuckComponentData[].
Properties
props
props:
object
Defined in: puckData.types.ts:11
Index Signature
[key: string]: unknown
id
id:
string
type
type:
string
Defined in: puckData.types.ts:10