nextspace
    Preparing search index...

    Function Layout

    • Layout component

      Wraps the main content of the app with a header and background.

      Parameters

      • children: Readonly<{ authType?: AuthType; children: React.ReactNode }>

        The child components to render within the layout.

      Returns Element

      A React component for the layout.