Files
eewing cf73cd3b4c INIT
2026-02-17 14:10:16 -06:00

4 lines
216 B
TypeScript

declare const AlertDialogCancel: import("svelte").Component<import("../types.js").AlertDialogTriggerProps, {}, "ref">;
type AlertDialogCancel = ReturnType<typeof AlertDialogCancel>;
export default AlertDialogCancel;