Props interface for MainLayout component

interface MainLayoutProps {
    children: ReactNode;
}

Properties

Properties

children: ReactNode

React nodes to render in the main content area. These elements will be placed in a scrollable container with proper overflow handling.