feat(react/dialog): port protected session password

This commit is contained in:
Elian Doran
2025-08-04 23:22:45 +03:00
parent beb0487513
commit 134c869b07
12 changed files with 68 additions and 71 deletions

View File

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