Override the Puck children. This is the equivalent of passing in children to the <Puck> component.
children
<Puck>
const overrides = { puck: ({ children }) => <div>{children}</div>, };
<div />
The default node for the <Puck> children.