mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
feat(react/settings): port search engine settings
This commit is contained in:
@@ -3,7 +3,7 @@ import type { InputHTMLAttributes, RefObject } from "preact/compat";
|
||||
interface FormTextBoxProps extends Omit<InputHTMLAttributes<HTMLInputElement>, "onChange" | "value"> {
|
||||
id?: string;
|
||||
currentValue?: string;
|
||||
onChange?(newValue: string, validity: ValidityState): void | false;
|
||||
onChange?(newValue: string, validity: ValidityState): void;
|
||||
inputRef?: RefObject<HTMLInputElement>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user