Kottster Packages API Reference
    Preparing search index...

    Interface KottsterAppProps

    interface KottsterAppProps {
        pageEntries?: Record<string, unknown>;
        sidebarNavigation?: ReactNode | ComponentType;
    }
    Index

    Properties

    pageEntries?: Record<string, unknown>

    The paths to the page modules inside the project.

    sidebarNavigation?: ReactNode | ComponentType

    Custom sidebar content. Will be rendered instead of the default sidebar menu.