@evlmaistrenko/tools-antd
    Preparing search index...

    Interface PageProps

    interface PageProps {
        centered?: boolean | "content-only";
        component?: ElementType;
        header?:
            | ReactNode
            | { breadcrumbs?: ReactNode; title: ReactNode }
            | { breadcrumbs: ReactNode; title?: ReactNode };
    }

    Hierarchy

    • HTMLAttributes<HTMLElement>
      • PageProps
    Index

    Properties

    centered?: boolean | "content-only"

    Whether to center content.

    component?: ElementType

    Custom root element.

    header?:
        | ReactNode
        | { breadcrumbs?: ReactNode; title: ReactNode }
        | { breadcrumbs: ReactNode; title?: ReactNode }

    Structured header or custom ReactNode.