import { Alert, Button } from "@wrnexus/ui" component ImpersonationBanner { props { visible: boolean = true targetName: string = "this user" stopAction: string = "/api/auth/impersonation/stop" stopSchema: string = "auth-empty" redirect: string = "/account" message: string = "You are viewing the application as" stopLabel: string = "Stop impersonating" color: string = "warning" size: string = "md" class: string = "" } view { {#if visible}