mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 11:56:01 +01:00 
			
		
		
		
	feat(react/dialog): port protected session password
This commit is contained in:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user