import { Card } from "@wrnexus/ui" component AuthShell { props { title: string = "Welcome" description: string = "" eyebrow: string = "" icon: string = "icon-[lucide--shield-check]" footer: string = "" color: string = "primary" size: string = "md" maxWidth: string = "md" class: string = "" } view {
} }