API ReferenceOverridespuck

puck

Override the Puck children. This is the equivalent of passing in children to the <Puck> component.

const overrides = { puck: ({ children }) => <div>{children}</div>, };

Props

PropExampleType
children<div />ReactNode

children

The default node for the <Puck> children.