mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	feat(react/settings): port code block settings
This commit is contained in:
		| @@ -2,7 +2,7 @@ import type { ComponentChildren } from "preact"; | ||||
|  | ||||
| type OnChangeListener = (newValue: string) => void; | ||||
|  | ||||
| interface FormSelectGroup<T> { | ||||
| export interface FormSelectGroup<T> { | ||||
|     title: string; | ||||
|     items: T[]; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user