import { Alert } from "@wrnexus/ui" component ValidationSummary { props { errors: unknown[] = [] title: string = "Please correct the following" color: string = "danger" size: string = "sm" class: string = "" } view { {#if errors.length > 0} {/if} } }