MobileLinkProps Type — ui Architecture
Architecture documentation for the MobileLinkProps type/interface in mobile-nav.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD b73f5e7a_9820_49e5_2911_069ae3ce892c["MobileLinkProps"] 195770e0_dba2_8af3_3503_fcbf07c5017b["mobile-nav.tsx"] b73f5e7a_9820_49e5_2911_069ae3ce892c -->|defined in| 195770e0_dba2_8af3_3503_fcbf07c5017b style b73f5e7a_9820_49e5_2911_069ae3ce892c fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
deprecated/www/components/mobile-nav.tsx lines 107–111
interface MobileLinkProps extends LinkProps {
onOpenChange?: (open: boolean) => void
children: React.ReactNode
className?: string
}
Defined In
Source
Frequently Asked Questions
What is the MobileLinkProps type?
MobileLinkProps is a type/interface in the ui codebase, defined in deprecated/www/components/mobile-nav.tsx.
Where is MobileLinkProps defined?
MobileLinkProps is defined in deprecated/www/components/mobile-nav.tsx at line 107.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free