{#if selectionCount !== undefined}
{selectionCount}
{ if (!disabled) { dispatch("clear", e); } }} on:keydown|stopPropagation={(e) => { if (!disabled && (e.key === "Enter" || e.key === " ")) { dispatch("clear", e); } }} {disabled} aria-label={buttonLabel} title={description} >
{:else}
{ if (!disabled) { dispatch("clear", e); } }} on:keydown|stopPropagation={(e) => { if (!disabled && (e.key === "Enter" || e.key === " ")) { dispatch("clear", e); } }} > {#if selectionCount !== undefined}{selectionCount}{/if}
{/if}