Home / Type/ SkeletonProps Type — supabase Architecture

SkeletonProps Type — supabase Architecture

Architecture documentation for the SkeletonProps type/interface in MainSkeleton.tsx from the supabase codebase.

Entity Profile

Source Code

apps/docs/layouts/MainSkeleton.tsx lines 355–363

interface SkeletonProps extends PropsWithChildren {
  menuId?: MenuId
  menuName?: string
  hideSideNav?: boolean
  NavigationMenu?: ReactNode
  hideFooter?: boolean
  className?: string
  additionalNavItems?: Record<string, Partial<NavMenuSection>[]>
}

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free