Kottster Packages API Reference
    Preparing search index...

    Interface DashboardPageProps

    interface DashboardPageProps {
        headerBottomSection?: ReactNode;
        headerRightSection?: ReactNode;
        maxContentWidth?: number;
        title?: string;
    }

    Hierarchy

    • Pick<
          PageProps,
          "title"
          | "headerRightSection"
          | "headerBottomSection"
          | "maxContentWidth",
      >
      • DashboardPageProps
    Index

    Properties

    headerBottomSection?: ReactNode
    headerRightSection?: ReactNode
    maxContentWidth?: number
    title?: string