Kottster Packages API Reference
    Preparing search index...

    Interface PageProps

    interface PageProps {
        children?: ReactNode | ReactNode[];
        headerBottomSection?: ReactNode;
        headerRightSection?: ReactNode;
        loadPageSettings?: boolean;
        maxContentWidth?: number;
        title?: string;
        withHeader?: boolean;
    }
    Index

    Properties

    children?: ReactNode | ReactNode[]
    headerBottomSection?: ReactNode
    headerRightSection?: ReactNode
    loadPageSettings?: boolean
    maxContentWidth?: number
    title?: string
    withHeader?: boolean