HeaderBannerProps Type — supabase Architecture
Architecture documentation for the HeaderBannerProps type/interface in HeaderBanner.tsx from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/interfaces/Organization/HeaderBanner.tsx lines 30–35
interface HeaderBannerProps {
variant: 'danger' | 'warning' | 'note'
title: string
description: string | ReactNode
onDismiss?: () => void
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free