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
Prop | Example | Type |
---|---|---|
children | <div /> | ReactNode |
children
The default node for the <Puck>
children.