{#if $toast} {@const theme = $toast.theme || "info"}
{#if $toast.message}
{@html renderAsHtml(parse({content: $toast.message}))}
{#if $toast.action}
{/if}
{:else if $toast.children}
{@const {component: Component, props} = $toast?.children || {}}