import type { Snippet } from 'svelte'; type Props = { disabled?: boolean; on?: { click?: (e: MouseEvent) => void; }; children: Snippet; }; /** * DialogCancelButton — cancel button for a dialog footer using the `secondary` variant with a minimum width preset. Wraps `