mirror of
https://github.com/zadam/trilium.git
synced 2025-10-31 18:36:30 +01:00
feat(react/dialogs): port import
This commit is contained in:
@@ -6,7 +6,7 @@ interface FormGroupProps {
|
||||
title?: string;
|
||||
className?: string;
|
||||
children: ComponentChildren;
|
||||
description?: string;
|
||||
description?: string | ComponentChildren;
|
||||
}
|
||||
|
||||
export default function FormGroup({ label, title, className, children, description, labelRef }: FormGroupProps) {
|
||||
|
||||
Reference in New Issue
Block a user