Function: isPuckSlotValue()
isPuckSlotValue(
value):value is PuckComponentData[]
Defined in: isPuckSlotValue.ts:7
Whether a prop value reads as a slot's children: a non-empty array of Puck components.
An empty array is deliberately not one — [] is also a legal ordinary prop, and only the
prior draft knows which the key was, so fromPuckComponent settles the empty case there.
Parameters
value
unknown
Returns
value is PuckComponentData[]