SidebarLayoutPropsinterface

{
	sidebar: ReactNode;
	right?: boolean | undefined;
}
PropertyType
.sidebarReactNode
Content rendered in the fixed-width side column. required
.rightboolean
Render the sidebar on the right rather than the left.

Props for <SidebarLayout> — the sidebar column content, main children, and a right placement flag.