feat(react/dialogs): port delete_notes

This commit is contained in:
Elian Doran
2025-08-05 18:05:41 +03:00
parent a4e6a964c9
commit 87d9ea06f3
13 changed files with 214 additions and 216 deletions

View File

@@ -6,7 +6,7 @@ import type { CSSProperties } from "preact/compat";
interface ModalProps {
className: string;
title: string | ComponentChildren;
size: "lg" | "md" | "sm";
size: "xl" | "lg" | "md" | "sm";
children: ComponentChildren;
footer?: ComponentChildren;
footerAlignment?: "right" | "between";