Narrow component prop types, remove unused props and dead code (#2838)

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
This commit is contained in:
Paweł Kuna
2026-08-09 23:14:33 +02:00
committed by GitHub
co-authored by StarDev
parent 0085eeba6e
commit 4f7beecd2b
90 changed files with 265 additions and 656 deletions
+2 -1
View File
@@ -3,10 +3,11 @@ import NavbarToggler from './NavbarToggler.astro'
import Logo from './Logo.astro'
import NavbarSide from './NavbarSide.astro'
import NavbarMenu from './NavbarMenu.astro'
import type { Breakpoint } from './NavbarSide.astro'
interface Props {
dark?: boolean | undefined
breakpoint?: string
breakpoint?: Breakpoint | undefined
/** layout-sidebar-end — navbar-end class */
end?: boolean | undefined
/** layout-navbar-transparent — navbar-transparent class */